August 30, 2005 at 12:54 pm
August 30, 2005 at 1:09 pm
Can you make a backup of the db and restore it under a new name?
August 30, 2005 at 1:17 pm
Yes I can. I'm moving the DB's to a new server. Would I still need to restore under a new name?
August 30, 2005 at 1:22 pm
I never tried this but I think it's possible :
Drop all the procs on the copied db. Then check out yesterday's articles on how to execute a result set.
Then you'll be able to do something like this (I hope) :
exec xp_execresultset 'Select text from olddb.dbo.SysComments where (proc only)'
now all you'd have to do if to check for errors, or missing sps.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply