Hey everyone,
I've got a data migration for a website refresh next week, and I'm trying to do some dry runs on my local 2005 Express DB. I've restored backups from our production DB (running MS 2000), and I can query against it without a problem. However, when I try to set the IDENTITY_INSERT for a table, I get the following error:
Cannot find the object "DBName.dbo.Table" because it does not exist or you do not have permissions.
I've tried updated the User Mappings of the 'sa' account (the one I'm using), to include the restored databases (and set the database role membership to db_owner, but I get the error:
Cannot use the special principle 'sa'.
Does anyone have any suggestions?
Thanks in advance!