Viewing 10 posts - 16 through 25 (of 25 total)
If you already have Litespeed you may not want to throw it out. However, if you don't, using row/page compression ion the database, backup compression, backing up to multiple disk...
April 15, 2010 at 1:20 pm
dma-669038 wrote: We typically go by below DMV based query - it has some limitations, only gives what is in cache since last reboot, but depending on your environment it...
April 15, 2010 at 1:03 pm
Lets just say that the technical content is proportional to your distance from Seattle. In smaller markets on the far side of the world real technical content is non-existent. It...
April 15, 2010 at 12:21 am
Unlike Lutz's sample table in his previous post, Raja's table does have a unique key. Using that and set-based logic the following script works for me, regardless of the number...
April 14, 2010 at 7:54 pm
Is it possible to get the stored procedure name from a trigger when an update operation was performed? I need to know which stored procedure invoked the trigger on an...
April 14, 2010 at 12:45 pm
Performance can be better under certain conditions when using an insert without any indexes. One must test and evaluate for themselves.
Don't want to provoke any religious wars. However, going...
April 12, 2010 at 3:07 am
The base MS KB article is 297861. There are also blog posts by Tibor Karaszi http://sqlblog.com/blogs/tibor_karaszi/archive/2008/08/14/are-inserts-quicker-to-heap-or-clustered-tables.aspx and Kimberly Tripp http://www.sqlskills.com/BLOGS/KIMBERLY/post/The-Clustered-Index-Debate-Continues.aspx
In summary, it is my understanding that...
April 11, 2010 at 2:03 am
On the other hand a large heap (no clustered index) would INSERT very slowly (I have come across some prize examples of same). You may also want to check if...
April 9, 2010 at 9:01 am
In my view the code fragment from Ahmad is missing a number of considerations that should be taken into account for a practical SQL table-based queueing systems:
* Polling SQL table...
April 6, 2010 at 10:00 am
I go with Hugo's explanation, except that the backup of the log does take a finite time. Particularly if you have a large active log then it may take a...
March 17, 2010 at 3:40 am
Viewing 10 posts - 16 through 25 (of 25 total)