Viewing 12 posts - 1 through 12 (of 12 total)
Gail's excellent article caused me to re-examine a slow running query. I changed the WHERE clause slightly and examined the resulting execution plan. I implemented the changes and got a...
November 3, 2009 at 2:52 pm
We are still predominately SQL 2K. We hope to migrate to 2005 early in the next decade. :sick:
September 4, 2009 at 9:36 am
On my SQL 2000 system the SP_SpaceUsed method was considerably faster than the select Count(*) method. The system was not idle at the time, but the numbers are certainly directional.
I...
September 3, 2009 at 12:00 pm
I use a method similar to the one described in the article. The procedure runs each night during a quiet time on the server. It writes the information to a...
September 3, 2009 at 11:05 am
Thanks for the response. I'll give UPDATE STATISTICS a try next time I encounter the issue since it would probably be faster than DBREINDEX.
Do you recall if DBCC INDEXDEFRAG also...
June 5, 2009 at 11:44 am
I use a similar technique on a server I work with. The primary benefit of this information is to be able to talk to business owners in a way they...
June 2, 2009 at 11:44 am
The solution to this particular problem was to compare the date/time that the stored procedure wrote to the heartbeat table showing when the process started vs. the date/time of the...
January 15, 2009 at 2:23 pm
For the workstation, does someone kick this off?
Yes, it runs on a secondary desktop system in my cubicle. I'd like the process to run 24x7x365.
When it fails, meaning...
January 13, 2009 at 1:14 pm
Senior developer or database developer manager?
It depends on your people skills and your enjoyment of working with "people" issues rather than strictly computer issues. This might be a good opportunity...
December 29, 2008 at 6:43 am
Some solutions and best practices apply irrespective of the version. What about a structure where the version is broken out only if it is significant. For example:
...
December 29, 2008 at 5:38 am
If your production system is going to have a particular size and throughput,
I work in an environment that fits the scenario that Phil describes.
I receive about one million rows...
December 19, 2008 at 12:36 pm
Viewing 12 posts - 1 through 12 (of 12 total)