Viewing 15 posts - 586 through 600 (of 2,900 total)
Maybe the user needs permission to folder where the attachment is located ??
December 14, 2013 at 2:55 pm
Yes, I saw that too, but I have already truncated the table. I will keep an eye on it.
Thanks
P.S. I wonder if I can restore a MSDB backup as MSDB_Test...
December 11, 2013 at 7:33 pm
Thanks.
The growth seems to correspond to when I modified most of the jobs to "Log to Table". I did the same to other servers and they do not have the...
December 11, 2013 at 2:27 pm
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
Viewing 15 posts - 586 through 600 (of 2,900 total)