In sql server 2005, how do I change the "schema" of a table without losing any data?

Posted by DevelopingChris on Stack Overflow See other posts from Stack Overflow or by DevelopingChris
Published on 2008-09-18T02:56:06Z Indexed on 2010/03/15 7:49 UTC
Read the original article Hit count: 150

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about database