Browse by Tags
All Tags »
Detach SQL2000 SQL2005 (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
Run this script and send the results to a text file. The resulting text file is a script to detach every database on the server. --Detaching EXEC sp_MSforeachdb 'IF N''?'' NOT IN(''model'' ,''master''...
|