Viewing 15 posts - 16 through 30 (of 217 total)
Run a server side trace and find the query.
Is there any other way to find what causing the tempdb log growth other than running a server side trace?
May 5, 2010 at 3:06 pm
Now, for a simple answer without running any queries: Both applications are using tempdb and contributing to its growth.
You need to monitor the size of the tempdb, both mdf and...
May 5, 2010 at 3:04 pm
Paul,
Is Microsoft mentioned about this blocking when large reports runs?
For us blocking occurring even when one user is running a larger report & the report is timing out from...
April 19, 2010 at 1:10 pm
I did come across the same issue but I did not find the cause for restore failure. I appreciate if you could you provide more details, if you find the...
April 18, 2010 at 8:55 pm
However you could also use the same ssl if it is a wildcart cert which works for any *.mycompany.com domain.
On my server, SSL certificate is already there. So where can...
April 7, 2010 at 9:42 am
Perfmon has no idea, the OS simply see's each disk as an individual volume, it does not know what that volume consists of. Each disk is simply a disk to...
April 6, 2010 at 5:09 pm
Thank you mangeshd,
Each disk has 150 spindles in it. So what ever the value I gathered from Perfmon for Avg Disk Queue length should be divided by 150 right?
and is...
April 6, 2010 at 4:25 pm
On a san, assuming it's properly configured, what you're seeing as "disks" in your OS and SQL Server should be, not a single monolithic disk, but a whole bunch of...
April 6, 2010 at 9:40 am
With 8 processors, your alarm value could comfortably be set at 80 (ten threads per processor).
System: Processor Queue Length: (N/A) This counter shows the number of threads in the processor...
April 6, 2010 at 9:37 am
It might be due to low memory while running DBCC CHECKDB. There is a chance that the sql server stop responding because of low memory & cause the log shipping...
April 6, 2010 at 1:50 am
We a dedicated SQL server 2005 EE x64 with SP3.
RAM: 16 GB
Max memory: 12 GB
Min memory: default i.e 0
Lock pages in memory...
April 6, 2010 at 1:40 am
System: Processor Queue Length: (N/A) This counter shows the number of threads in the processor queue. Monitor this counter to ensure that it remains less than two times the number...
April 5, 2010 at 11:56 pm
I'm using the stored procedure dtasp_RebuildIndexes provided by BizTalk and it's only rebuilds indexes for 10 tables inside the database BizTalkDTA.
February 16, 2010 at 10:23 am
How big is the DB?
How much RAM does the server have?
How big are the indexes being rebuilt?
The database size is 7 GB
We have 16 GB RAM (But We have 3...
February 15, 2010 at 9:49 pm
any more thoughts to implement this?
February 14, 2010 at 10:48 pm
Viewing 15 posts - 16 through 30 (of 217 total)