Viewing 15 posts - 631 through 645 (of 1,161 total)
The size will not reflect correctly until the trace file is rolled over or the trace is stopped.
You may try stopping and closing the trace file to see if it...
September 25, 2010 at 2:42 am
What is the error? The trace does not start at all?
September 24, 2010 at 1:56 pm
Check for misspells in @FileName by printing the output of
SET @FileName = REPLACE('c:\authors_'+CONVERT(char(8),GETDATE(),1)+'.txt','/','-')
Also check if you have privileges on that file.
September 24, 2010 at 1:50 pm
Can you please post the content of Summary.txt (under SetupBootstrap folder)
September 24, 2010 at 8:32 am
Maintenance clean up task is the easiest method to clean up old backup files.
September 24, 2010 at 7:48 am
These messages are part of the Dead Lock graph. Read more about Dead Lock here.
September 24, 2010 at 6:48 am
Lock pages in memory privilege is a must for AWE. Please refer this on how to grant this privilege.
September 24, 2010 at 6:38 am
September 24, 2010 at 2:31 am
Sharon,
Here you go.
September 23, 2010 at 11:19 pm
Any batch file executed using xp_cmdshell will have an output of NULL. However the batch file is executed and the work is done as far as xp_cmdshell is considered. xp_cmdhshell...
September 23, 2010 at 11:09 pm
DBCC OPENTRAN displays only transactions that are logged
September 23, 2010 at 2:05 pm
From the error message it appears that some of the .msp files got deleted from c:\windows\installer folder and the setup is looking for those files. I had similar issue[/url] while...
September 23, 2010 at 1:20 pm
Yes it is written to a network share '\\dbsrvr1a\outnow\Outnow.sqb''
September 22, 2010 at 11:44 pm
For one time you can use sp_helprevlogin to sync all logins on the source to destination. After restoring the database on the destination instance, sp_change_users_login can be used to fix...
September 22, 2010 at 11:36 pm
The recovery model can be set to BULK LOGGED
September 22, 2010 at 11:12 pm
Viewing 15 posts - 631 through 645 (of 1,161 total)