Viewing 15 posts - 76 through 90 (of 92 total)
you can try this:
1) Look through the startup section in the SQL error log for the named instance and note down the port no
from the section which mentions the...
July 18, 2012 at 1:14 pm
Indeed useful, Thanks for sharing.
July 17, 2012 at 8:16 am
ok try running sp_updatestats as well if you have not done that already.
sp_updatestats is relatively lighweight because:
1) it only uses default sampling.
2) and it only updates statistics for tables ...
July 17, 2012 at 8:14 am
Thanks for providing this useful information.
July 16, 2012 at 12:54 pm
The information from the following URL may provide some help.
July 14, 2012 at 12:28 pm
From the error message it looks like the problem may have occurred possibly due to temporary unavailability of the backup media.
you may be able to find additional information in the...
July 14, 2012 at 12:18 pm
ok this is really interesting, how does a backup database command get associated with a backup database operation? I mean how does a transaction come in to the picture...
July 14, 2012 at 8:14 am
maybe you can try running try following command:
select * from sysprocesses where spid > 50 and status <> 'running'
spid> 50 will filter out all SQL Server system processes...
July 14, 2012 at 7:47 am
I think the general rule of the thumb is that rebuild of a clustered index requires 1.5 times the actual size.
As mentioned in an earlier reply you can use TempDB...
July 14, 2012 at 7:34 am
First of all this is a significant change considering that a whole lot has changed from SQL 2000 to SQL 2008.
Therefore the first thing that you would want to...
July 14, 2012 at 7:15 am
By any chance did you see the following message in the SQL error log?
"A significant part of sql server memory has been paged out. This may result in performance degradation."...
July 14, 2012 at 6:34 am
Adding my 2 cents as well.
I would like to reemphasize as to what has already been mentioned regarding moving of system database.
The benefits (if any) would not outweigh...
July 14, 2012 at 5:22 am
and the following URL( and associated hyperlinks) will help you in your quest for obtaining information that you are looking for:
http://technet.microsoft.com/en-us/library/ms190699(v=sql.105)
July 14, 2012 at 5:04 am
and if I may add,stay away from services.msc if you are working with clustered SQL instances.
July 14, 2012 at 4:51 am
I am still a long way from understanding a deadlock and all related aspects very well and therefore a post related to this topic is very helpful in this regard....
July 14, 2012 at 4:46 am
Viewing 15 posts - 76 through 90 (of 92 total)