Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GervaseParrish

    How to restore database MSSQL 2005 SP4?

    Use master go sp_configure 'allow updates', 1 go ---Execute--- reconfigure with override ---Execute--- select status from sysdatabases where name = 'DataBaseName' ---Execute--- EXEC sp_resetstatus 'DataBaseName'; ALTER DATABASE DataBaseName SET EMERGENCY ---Execute--- alter database...

Part and Inventory Search

Back
Top