Viewing 15 posts - 3,166 through 3,180 (of 4,745 total)
don't see a need for a trace in this instance. the sp_who2 identified the spid at the head of the blocking chain, a decision can be made from there as...
December 1, 2009 at 7:19 am
this sounds like a block rather than a deadlock, the two are not the same thing.
In this circumstance I would have killed the shrink job.
It is good practice to turn...
December 1, 2009 at 7:05 am
no.
don't ask why not. 🙂
December 1, 2009 at 6:59 am
you will have freed up space within the database file so what you have done has helped and bought you time. As the previous poster said deleting data does not...
December 1, 2009 at 6:57 am
make it easy on yourself. Do the initial full backup and restore manually, then start the log shipping with an already initialised database.
make sure you do the restore with norecovery
December 1, 2009 at 6:46 am
Seth, I think we broke SSC yesterday. After your post no more could be added for a couple of hours at least!
It could be worth recreating their ODBC connection, I'll...
December 1, 2009 at 6:34 am
not sure thats closely enough related Seth. This is SQL 2000 throughout and communication is not via a linked server.
November 30, 2009 at 10:49 am
cheers for the reply seth.
there is no error 107. there are error 208's though.
November 30, 2009 at 10:03 am
this practice is in 'how to do a security audit 101' so if you ever have the auditors in you will be asked to do this.
Not a bad thing in...
November 29, 2009 at 5:06 pm
select last_restored_file from msdb.dbo.log_shipping_monitor_secondary where secondary_database = 'yourdb'
November 29, 2009 at 4:58 pm
If I remember correctly if you run dbcc outputbuffer on the spid running the restore it tells you how far it has got.
dbcc outputbuffer(spid)
November 29, 2009 at 10:17 am
I think we need to know what you were trying to do when you received this error
November 23, 2009 at 7:30 am
application won't be able to connect if databases are in recovery mode.
you still haven't posted the actual error you are getting.
November 21, 2009 at 11:30 am
chk2009 (11/20/2009)
george sibbald (11/20/2009)
run sp_help_revlogin against primary server and save output to file
copy file to secondary and load into SSMS query window
edit to...
November 20, 2009 at 1:31 pm
chk2009 (11/20/2009)
george sibbald (11/20/2009)
run sp_help_revlogin against primary server and save output to file
copy file to secondary and load into SSMS query window
edit to...
November 20, 2009 at 1:31 pm
Viewing 15 posts - 3,166 through 3,180 (of 4,745 total)