Viewing 15 posts - 316 through 330 (of 473 total)
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...
August 12, 2008 at 10:07 am
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...
August 5, 2008 at 10:51 am
Can't you specify that in a startup parameter if you need to?
August 1, 2008 at 11:14 am
MD (5/7/2008)
July 24, 2008 at 2:47 pm
I don't see how querying it would hurt anything as long as you don't try to change data in it.
July 24, 2008 at 2:43 pm
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.
July 24, 2008 at 2:40 pm
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...
July 24, 2008 at 2:39 pm
Get the same message as before...tells me the database is in use.
July 23, 2008 at 12:32 pm
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)
Msg 3101,...
July 23, 2008 at 10:58 am
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...
July 23, 2008 at 10:44 am
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,...
July 23, 2008 at 10:35 am
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,...
July 23, 2008 at 8:53 am
I can't get the job to stop, but at the same time I can't see that user doing anything.
July 23, 2008 at 8:45 am
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...
July 23, 2008 at 8:07 am
Viewing 15 posts - 316 through 330 (of 473 total)