Viewing 15 posts - 16 through 30 (of 67 total)
Ewald Cress (7/27/2011)
David Walker-278941 (7/27/2011)
Ewald Cress (7/27/2011)
July 27, 2011 at 4:15 pm
Ewald Cress (7/27/2011)
July 27, 2011 at 1:58 pm
Jakub Dvorak (7/21/2011)
1) Pull data from fixed tables to temporary structures (used for sharing) only once
2) Perform complex logic above temporary structures
Point 2) includes calling to many...
July 21, 2011 at 1:31 pm
Jakub Dvorak (7/21/2011)
July 21, 2011 at 12:09 pm
Jakub Dvorak (7/21/2011)
I needed to share data among stored procedures because I had very complex task which required to pull data from fixed...
July 21, 2011 at 10:29 am
I believe that the method in the original article is documented as unsupported by Microsoft, and is subject to change, and it may not work in future releases of SQL...
March 21, 2011 at 8:37 am
Frank-461314 (4/5/2010)
I have a 6 billion row table that I want to partition. My question lies with the clustered index and partition key. I want to partition on...
March 4, 2011 at 9:01 am
In SQL 2008 Object Explorer, if you right-click on almost any "node" (Databases, a particular database name, a server name, the nodes called Tables, Views, etc.) you'll get a menu....
November 29, 2010 at 8:33 am
GilaMonster (11/23/2010)
cengland0 (11/23/2010)
The maximum key length is 900...
November 23, 2010 at 11:13 am
cengland0 (11/23/2010)
The maximum key length is 900 bytes....
November 23, 2010 at 11:04 am
"This does not mean that the index 'NonClust_Contact_Name' was not useful. It's still much better than the Clustered scan."
*WHAT* is still much better than the clustered scan? I'm confused...
November 23, 2010 at 9:38 am
OK, well, I see that we disagree. People who are smarter than I am (who write books on the guts of SQL, for example) also like GUIDs. I'm...
October 12, 2010 at 11:13 am
I originally didn't like GUIDs because I thought they used too much "space". They really don't. Disk space is cheap, and GUIDs are only 16 bytes long.
The nice...
October 12, 2010 at 9:31 am
The link to "sql.soendergaard.info" says "no scripts found".
October 11, 2010 at 8:59 am
Viewing 15 posts - 16 through 30 (of 67 total)