Viewing 15 posts - 5,371 through 5,385 (of 6,026 total)
GilaMonster (11/1/2011)
Eric M Russell (11/1/2011)
If the clustered index is on a non-unique key, then SQL Server will still use the default 8 byte rowid.
The 8-byte RID is only used in...
November 1, 2011 at 9:58 am
dva2007 (11/1/2011)
thanks you. that makes more sense as it is not going to take more space then default ROWID (8 bytes).
If the clustered index is on a non-unique key, then...
November 1, 2011 at 9:28 am
dva2007 (11/1/2011)
We have 5 years records and the same day have...
November 1, 2011 at 9:06 am
As for comparing the cost of hiring a fulltime staff DBA versus the cost of purchasing higher end hardware, the DBA has more value if he/she has expertise in other...
November 1, 2011 at 8:48 am
dva2007 (11/1/2011)
As i said i do understand how the table is structured with the index but i am still bit confused.
I have a table which doesnt...
November 1, 2011 at 8:24 am
L' Eomot Inversé (10/31/2011)
Eric M Russell (10/31/2011)
EdVassie (10/31/2011)
"The rise of large-memory and large-corecount servers, coupled with the impending tidal wave of SSD storage, means that good...
November 1, 2011 at 7:41 am
EdVassie (10/31/2011)
The industry...
October 31, 2011 at 10:55 am
L' Eomot Inversé (10/30/2011)
Eric M Russell (10/28/2011)
October 31, 2011 at 8:13 am
Ruprecht (10/21/2011)
October 28, 2011 at 11:49 am
If someone has experience performance tuning databases or with disaster recovery, then the first clue is their resume. A candidate will typically provide a succinct overivew of previous positions they've...
October 28, 2011 at 10:11 am
IceDread (10/28/2011)
October 28, 2011 at 9:08 am
Any PC side security measures, whether it be software, configuration, or hardware, can be circumvented by a determined user. The most effective security measures are those implemented on the back...
October 28, 2011 at 8:52 am
dva2007 (10/26/2011)
I always assumed that clustered index put the data in the physical order in the table.
------------------------------------------------------------------------------------------------------------
Again according to this article here it says following:
http://www.sql-server-performance.com/2007/clustered-indexes/
Here are some more...
October 27, 2011 at 2:58 pm
Revenant (10/27/2011)
October 27, 2011 at 11:04 am
kevin4u06 (10/27/2011)
small correctioncol1 is data type decimal(5,2)
col2 is varchar of max
Since col2 is a varchar column, it's best to treat it like a varchar and use pattern matching. Try this;...
October 27, 2011 at 10:56 am
Viewing 15 posts - 5,371 through 5,385 (of 6,026 total)