Viewing 15 posts - 586 through 600 (of 2,897 total)
For me, the default trace does not have enough information. I set up a server side trace that runs 24/7, and I keep the trace files for about 45 days....
December 11, 2013 at 11:52 am
I am very tempted to just quote someone else's query with OVER 😀
December 7, 2013 at 10:49 am
amandac (12/3/2013)
Nope, no long running transactions, no blocking transactions....Any other ideas?
Were you sure to run DBCC OPENTRAN in the affected database ? I ask because in another thread I...
December 6, 2013 at 4:47 am
How about some code before the view that uses SYNONYM for the variable tables, then select from the view using the synonym name.
December 4, 2013 at 9:12 pm
Don't use a backupset. Just backup to a new file each time.
Do a search for an articles on database backups
December 4, 2013 at 8:59 pm
clucasi (10/11/2013)
December 4, 2013 at 8:05 pm
Are you appending backups to existing backup sets ? I much prefer to backup databases to separate .BAK files each time. Much easier to keep track of what you...
December 4, 2013 at 8:01 pm
I think I tried the GUI version of that already. When I try now I get the error
Msg 15466, Level 16, State 2, Procedure sp_addlinkedsrvlogin, Line 91
An error occurred during...
December 4, 2013 at 8:22 am
Did you restore with "NORECOVERY" ?
That would show it "restoring" as it leaves it in a condition for you to restore additional Differentials or transaction logs.
If you do not have...
November 30, 2013 at 6:47 pm
I don't understand what the current problem is. Did your restore scripts work ?
Are the maint plan & jobs related somehow, or a separate problem ?
November 29, 2013 at 11:26 am
" ... I'm not sure how to generate a script? ... "
Open the GUI, get everything set the way you want. Instead of clicking "OK", select "Script" at the...
November 27, 2013 at 3:45 pm
Have you tried using the GUI to set up the restore, then generate the script to a query window ?
November 27, 2013 at 11:14 am
1 level of improvement is to display the job list in the "Object Explorer" pane, highlight all the jobs at once, then "Create to File" and put them all in...
November 24, 2013 at 10:51 am
Viewing 15 posts - 586 through 600 (of 2,897 total)