I am migrating from a shared hosting plan sql server to my own sql server. I am not an admin on the shared plan and cannot use the copy database or transfer database feature....(anyone know a way to bypass that secuirty) Anyways, I have to use access project to import all of the sql objects to the new server...I created the uses the same way in sql server manager but when i copy the objects some in my shared db had different owners per table...not sure how that happened. i can't seem to get them all to have the same owner...then a lot of my views fail because of references...and my asp calls to the db fail because of dbo.tbltest or user.tbldetails etc.....it is a nightmare...anyone have any soultions to this? can i somehow copy the DB and all of the objects in full...i tried DTS and all the methods in their and it fails because of the owner reasons above???
very frustrated....
i was using the spCHANGE OWNER manually on each table to get the in sync with the hosted plan one but it will take weeks .....
very frustrated....
i was using the spCHANGE OWNER manually on each table to get the in sync with the hosted plan one but it will take weeks .....