Viewing 15 posts - 3,556 through 3,570 (of 4,745 total)
sarvesh singh (6/19/2009)
I didn't explain it right in my previous post. My bad.
the problem was resolved by restarting the sql server.
We've run dbcc checkdb with estimateonly on the client...
June 19, 2009 at 7:50 am
tosscrosby (6/19/2009)
george sibbald (6/18/2009)
sarvesh singh (6/18/2009)
Managed to get a planned downtime to restart the sql server.
Also i added the estimate only clause...
June 19, 2009 at 7:37 am
To enable
exec sp_addextendedproc 'xp_cmdshell', 'xplog70.dll'
To disable
exec sp_dropextendedproc 'xp_cmdshell'
It should be disabled. people will often...
June 19, 2009 at 5:47 am
sarvesh singh (6/18/2009)
Managed to get a planned downtime to restart the sql server.
Also i added the estimate only clause to CheckDB on...
June 18, 2009 at 3:09 pm
because checkdb uses tempdb heavily. I am not sure of details but I would hazard a guess this is to help maintain concurrency whilst checkdb runs. That is why I...
June 17, 2009 at 5:18 am
To solve this situation in the past where the file is definitely there but you get error 2 (file not found) I have had to physically delete the file from...
June 16, 2009 at 3:15 pm
To solve this situation in the past where the file is definitely there but you get error 2 (file not found) I have had to physically delete the file from...
June 16, 2009 at 3:14 pm
ggrimberg (6/16/2009)
June 16, 2009 at 3:06 pm
continue to monitor the sizes of the files, just because they have grown to their present size does not mean they will continue to grow.
for checkdb run it with the...
June 16, 2009 at 10:19 am
Mani Singh (6/16/2009)
June 16, 2009 at 9:11 am
potential performance impact, but it won't break them.
If you have to shrink tempdb try to do it when system is quite and don't shrink it right down to 8mb again,...
June 16, 2009 at 9:03 am
ok, immediately after this post I am going to unsubscribe because no way am I going to get sucked into 'the thread'. 🙂
Despite that I think it very important that...
June 16, 2009 at 8:50 am
tempdb files can be shrunk with dbcc shrinkfile like any other. However this will have an impact on performance of the instance and should not be done unless you have...
June 16, 2009 at 8:40 am
there is nothing about adding a filegroup that should make logshipping fail. Ians suggestion sounds like a good one.
what does table msdb..log_shipping_monitor_error_detail say?
Possibly your tran log was truncated or...
June 16, 2009 at 8:21 am
There is nothing about adding a filegroup that should make log shipping fail. Ians suggestion sounds like a good one.
what does table msdb..log_shipping_monitor_error_detail say? Perhaps the log was truncated or...
June 16, 2009 at 8:17 am
Viewing 15 posts - 3,556 through 3,570 (of 4,745 total)