Forum Replies Created

Viewing 15 posts - 316 through 330 (of 473 total)

  • RE: Verifying File Integrity

    Perry Whittle (8/12/2008)


    have the backup verify the files at backup time. if storing on a backup on a network,

    backup to local drive first then copy to network

    It's not backup files...

  • RE: Same SQL on multiple databases.

    That's pretty much what I'm doing, just using regular loop instead of a cursor, and I have my execute outside of the loop after the sql is constructed for all...

  • RE: Wrong TempDB path

    Can't you specify that in a startup parameter if you need to?

  • RE: Stupid full Backup error

    MD (5/7/2008)


    ONe question, are you backing up to a network drive. If so, bad choice as any small blip on the network will cause your backup to fail. ...

  • RE: Do I risk corrupting the master database ?

    I don't see how querying it would hurt anything as long as you don't try to change data in it.

  • RE: Mirroring

    By stopping mirroring, you ran:

    ALTER DATABASE SET PARTNER OFF?

    If that's the case, you have to manually recover it:

    RESTORE DATABASE WITH RECOVERY.

  • RE: SQL SERVER PORT CHANGE

    You mean the port SQL Server listens on? (1433 by default) I don't know if you can do it in script...SQL Server Configuration Manager is how I've always...

  • RE: Database Stuck Recovering

    Get the same message as before...tells me the database is in use.

  • RE: Database Stuck Recovering

    No idea. Since it doesn't show up anywhere I don't know how to tell.

    Perry Whittle (7/23/2008)


    Jason Shadonix (7/23/2008)


    Interesting. I get the following message when I run that:

    Msg 3101,...

  • RE: Database Stuck Recovering

    I already tried dropping, it just says it doesn't exist.

    And all this database is used for is a test DB to run a DBCC against. I really don't even...

  • RE: Database Stuck Recovering

    Interesting. I get the following message when I run that:

    Msg 3101, Level 16, State 1, Line 2

    Exclusive access could not be obtained because the database is in use.

    Msg 3013,...

  • RE: Database Stuck Recovering

    That statement won't even parse.

  • RE: Database Stuck Recovering

    I was wrong. Using sp_who I could see a couple of spids with that user with suspended status and 'create database' for the command. I tried killing them,...

  • RE: Database Stuck Recovering

    I can't get the job to stop, but at the same time I can't see that user doing anything.

  • RE: Database Stuck Recovering

    No, I can't find it in any list (in SSMS, or by hitting sys.databases).

    Noting in the errorlog about it recovering. It shows it trying to attach and failing, but...

Viewing 15 posts - 316 through 330 (of 473 total)