Viewing 15 posts - 181 through 195 (of 311 total)
Hi Kenneth,
Sounds like you have found the source of your performance problems in that there are a number of very poorly performing queries, perhaps as you say, as a result...
April 22, 2009 at 9:46 am
Hi,
It may help if you could qualify what you consider to be a high disk queue and how you are measuring it.
Some details regarding your disk I/O subsystem would also...
April 20, 2009 at 2:08 pm
Hi Jesse,
Sorry to hear of your difficulties.
I would suggest you take a look at the Performance Tuning area of Brent Ozar's site. It has some excellent tutorials on Performance Monitoring...
April 16, 2009 at 5:41 am
If you were to look to develop your own solution, perhaps you could start by investigating the contents of INFORMATION_SCHEMA.ROUTINES
The following article demonstrates how to search stored procedure source code...
April 16, 2009 at 5:13 am
Hi,
Thanks for the additional details.
I have a few more questions if I may.
To confirm, are all of your data files stored within the Primary File Group?
Which data file are...
April 16, 2009 at 5:02 am
Hi,
I can see your point and agree with you. Expanding your points, there are benefits to understanding the internals of how any given process works.
However, I am also a firm...
April 16, 2009 at 3:04 am
Hi,
Can you provide some additional details please.
How much free space do you have on the drive that the Primary Filegroup resides on?
What are the size of the the data files...
April 16, 2009 at 1:57 am
Hi,
You could probably develop a software application yourself in order to do this for you but I say why re-invent the wheel.
There are some great tools available in the market...
April 16, 2009 at 1:45 am
Hi,
This is a long shot but you may wish to try running your select query using the nolock hint to see if that executes without issue.
If so, it would suggest...
April 10, 2009 at 9:36 am
Hi,
Take a look at the following post. It provides reference to what I beleive to be one of most robust SQL Server Index Defrag scripts and was written by Michelle...
April 9, 2009 at 11:40 am
There are also some excellent tools on the market that can automate this process for you and they are quite reasonably priced.
April 9, 2009 at 1:47 am
Hi,
Correct, once you have configured log shipping to provide transaction log backups for all of your databases you will no longer need your other transaction log backup jobs i.e. those...
April 9, 2009 at 1:44 am
Thanks for stepping in Markus, much appreciated.
Last time I checked, if you go the VMWare route, you would want to look to install VMWare ESX Server.
Cheers,
April 8, 2009 at 4:23 am
Hi,
Keep in mind that switching to BULK LOGGED Recovery Model will minimally log changes to the Transaction Log file however, your transaction log backups will still contain full details of...
April 7, 2009 at 6:13 am
Viewing 15 posts - 181 through 195 (of 311 total)