Viewing 15 posts - 601 through 615 (of 1,138 total)
ramyours2003 (9/22/2009)
Message
[264]...
September 22, 2009 at 3:30 am
np, glad to know it helped. let us know if you need any more help
September 22, 2009 at 2:47 am
You could always go the other way, and look at it from a developer ppint of view. You could search the syscomments table and look for stored procedures that use...
September 22, 2009 at 2:41 am
You can set filters up on profiler and search for long running queries that way, or you can use some of the performance dashboard reports like performance top queries by...
September 22, 2009 at 2:23 am
Can you post the history of the job, so that we can see what you are saying
September 22, 2009 at 2:11 am
Remember to take this into account.
sp_updatestats updates only the statistics that require updating based on the rowmodctr information in the sys.sysindexes catalog view, thus avoiding unnecessary updates of statistics on...
September 22, 2009 at 1:51 am
ramyours2003 (9/22/2009)
September 22, 2009 at 1:33 am
ashaaban (9/21/2009)
I have been struggling to find a solution for this issue. I have a database that is about 90GB in size, I run a reindexing job on saturday around...
September 22, 2009 at 1:26 am
Yep agree with that, can you post the actual error you are receiving. already looked at the code you posted.
September 22, 2009 at 1:22 am
You have the time that the recovery model change was made, check the logs and sql job history to see what ran at that point and isolate what could have...
September 22, 2009 at 1:16 am
it is a best practise, we have 16 cpu machines here, tempdb is split, 1 mdf and 15 ndf. size has to be the same, I normally set them to...
September 22, 2009 at 1:10 am
Vishal Singh (9/22/2009)
Generally its "Drive:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportManager\Home.aspx"
Nope, MSSQL.(number) is dependent on the components that are being installed and the order in which they are installed
If you are using...
September 22, 2009 at 1:05 am
You need to leave the settings as they are, otherwise you would hit problems
To add to this post, if this is a dedicated sql box, I would leave about 3...
September 22, 2009 at 12:55 am
gk-411903 (9/21/2009)
running on SQL Server 2005.
Message
Sourcespid77
A read operation on a large object failed...
September 22, 2009 at 12:46 am
Viewing 15 posts - 601 through 615 (of 1,138 total)