My situation:
I want to copy down the tables and data from our "Live" SQL server to our local copy of the database.
My problem:
We don't have sys admin privileges on our "Live Server". When I use the SQL import/export wizard the data will copy over correctly but not the table structures (i.e default values, etc.). Then I tried selecting the "Copy objects and data between SQL Server databases" in the import wizard and that worked. My problem is that the owner of the tables i import is different from the owner of my local tables. My local system can only find and read db tables with the owner dbo.
My question:
How can I get it to read tables with a different owner?
I want to copy down the tables and data from our "Live" SQL server to our local copy of the database.
My problem:
We don't have sys admin privileges on our "Live Server". When I use the SQL import/export wizard the data will copy over correctly but not the table structures (i.e default values, etc.). Then I tried selecting the "Copy objects and data between SQL Server databases" in the import wizard and that worked. My problem is that the owner of the tables i import is different from the owner of my local tables. My local system can only find and read db tables with the owner dbo.
My question:
How can I get it to read tables with a different owner?