Viewing 15 posts - 1 through 15 (of 25 total)
gert.j.kruger (5/2/2012)
May 2, 2012 at 8:07 am
I understand the concept of requiring fast write response for SQL log writes.
However, what is the performance case for fast data writes; provided you have enough buffers does the...
May 2, 2012 at 2:45 am
btd (5/1/2012)
May 2, 2012 at 2:35 am
Have a bunch of MS Dynamics GP databases. The tables typically are substantially de-normalised (very "wide" tables of partially redundant data), have long fixed length character columns, and large numbers...
March 4, 2012 at 2:25 am
Three comments come to mind, which do not invalidate your point, but does put it in perspective for some of us
MCM is not really open to us in the third-world,...
February 12, 2012 at 6:45 am
In debating RAID 5 against RAID 10 performance for SQL we need, in my view, to distinguish between read and write performance
For read performance:
SQL read page requests (except for SQL...
January 10, 2011 at 7:59 am
Paul,
Thanks for your response 🙂
Tony
May 14, 2010 at 5:48 am
Thanks for the clarification, I stand corrected
May 13, 2010 at 12:45 pm
GilaMonster (5/13/2010)
If, however there is an ORDER BY, and SQL can use an index to retrieve the data ordered, it avoids a sort operation.
As I understand the section in BOL,...
May 13, 2010 at 6:57 am
As I understand the original article, and please correct me if I am wrong
* It addresses a particular paging model, where the number of items in the paging set is...
May 13, 2010 at 3:45 am
Ninja's_RGR'us (10/3/2007)
May 13, 2010 at 3:03 am
You may also be able to use an AFTER trigger on table B to update the relevant data in table A. Still two UPDATE statements internally, but it appears to...
May 10, 2010 at 7:56 am
At the Windows level, rather than the SQL level, it is possible to do auditing by file. You would be able to track Open/Close, and view the results in your...
May 10, 2010 at 12:26 am
eric_russell 13013 (5/6/2010)
May 7, 2010 at 2:29 am
Try DMV sys.dm_db_index_usage_stats. If there are no rows for a particular database_id, then the database has not been used since the database last came online
The advantage of the above approach,...
May 7, 2010 at 2:10 am
Viewing 15 posts - 1 through 15 (of 25 total)