Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Recent content by GervaseParrish

  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