Viewing 15 posts - 5,446 through 5,460 (of 6,025 total)
Steve Jones - SSC Editor (7/27/2011)
mtillman-921105 (7/27/2011)
Would a ROWID save us from those dastardly heaps?...
July 27, 2011 at 10:55 am
Steve Jones - SSC Editor (7/27/2011)
Eric M Russell (7/27/2011)
July 27, 2011 at 10:27 am
GilaMonster (7/27/2011)
krowley (7/27/2011)
July 27, 2011 at 9:01 am
bitbucket-25253 (7/27/2011)
Steve is this what you are thinking of? (From Paul Randal's blog)
I can see how the physical row id would be useful for debugging or performance tuning purposes, like...
July 27, 2011 at 8:48 am
stephen.lear (7/27/2011)
July 27, 2011 at 7:58 am
mar10br0 (7/27/2011)
paul.knibbs (7/27/2011)
July 27, 2011 at 7:45 am
cengland0 (7/26/2011)
Steve Jones - SSC Editor (7/26/2011)
I supposed you could set up the same hardware, same data set...
July 26, 2011 at 4:30 pm
Jeff Moden (7/25/2011)
But, for troubleshooting, it's sometimes very helpful and can...
July 26, 2011 at 4:14 pm
DIB IN (7/25/2011)
How to estimate table size where row length is more than 8096?
Clustered vs. Heap, fill factor, fragmentation, and several other factors may influence how the actual size of...
July 26, 2011 at 3:11 pm
cengland0 (7/26/2011)
Revenant (7/26/2011)
cengland0 (7/26/2011)
July 26, 2011 at 11:16 am
Efficient relational database design is about constraints, normalization, and discrete data types. The problem faced by companies like FaceBook is not that their databases are large or that they have...
July 26, 2011 at 9:11 am
Jo Pattyn (7/25/2011)
July 26, 2011 at 8:05 am
If your intent is to generate unique integer values for use as a surrogate keys, then I'd reccomend IDENTITY over some function that returns a random number. An identity value...
July 25, 2011 at 2:14 pm
Chrissy321 (7/24/2011)
I have a requirement to build a user interface that will allow end users to generate and issue UPDATE statements. I am fairly certain I need dynamic SQL...
July 25, 2011 at 1:54 pm
With Outlook 2007, I can create "Search Folders", which are sort of like views my inbox. If an email is addressed specifically to me, or specific team members are in...
July 25, 2011 at 12:13 pm
Viewing 15 posts - 5,446 through 5,460 (of 6,025 total)