In sql server 2005, how do I change the "schema" of a table without losing any data?
- by DevelopingChris
I have a table that got into the "db_owner" schema, and I need it in the "dbo" schema.
Is there a script or command to run to switch it over?