Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Corrupt Database

    I resolved the error.It was symantec. Their antivirus application was causing the problem. Once I disabled, everything worked fine. I had to uninstall the antivirus, reinstall and apply some patches.

  • RE: Corrupt Database

    Space is not the issue as I have terrabytes of data available on my SAN. Anything else?

  • RE: Model Database

    It was my own bad; I got cocky and rushed through it by stopping and starting SQL Server prior to attaching the database! I am still kicking myself 🙂

  • RE: Account to Start SQL SERVER

    Thanks! Let me know if I can ever be of help to you'll.

  • RE: Account to Start SQL SERVER

    Anyone know what the minimum bare bones rights are if you are scrutinizing security to make SQL Server hum!!

  • RE: Renaming a Server running SQL v7.0

    yes this will work. First, run sp_dropserver 'server name' then run

    sp_addserver 'server name' , local.

    Stop and restart Mssql service and sql agen service.

    Run Select @@servername and this will display your...

Viewing 6 posts - 1 through 6 (of 6 total)