Viewing 15 posts - 5,446 through 5,460 (of 6,022 total)
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
The obvious requirements for a "SQL Server Developer" would be to know relational database concepts and how to write SQL. Start with a book on generic RDMS theory, data modeling,...
July 25, 2011 at 9:17 am
I suspect there is something in the other four databases that reference the CONFIG database. Trying running a SQL Profiler trace filtered on the database object CONFIG, and then have...
July 25, 2011 at 8:55 am
Reading email doesn't necessarily have to involve preemptive multi-tasking. The developer can read and reply as they come in, or he can just let them queue up for a couple...
July 25, 2011 at 8:43 am
Viewing 15 posts - 5,446 through 5,460 (of 6,022 total)