Viewing 15 posts - 286 through 300 (of 471 total)
OCTom (7/23/2010)
Ninja's_RGR'us (7/23/2010)
What the heck is sql traps :w00t:???
They catch the rodents running around the database. You have your choice of humane live traps, which became available in SQL Server...
July 23, 2010 at 7:34 am
Dave62 (7/13/2010)
Hugo Kornelis (7/13/2010)
...I hope the author will stop by and tell us what he/she was trying to teach us with this question. Maybe I missed the deeper issue here.
I...
July 13, 2010 at 8:59 am
Duncan Pryde (7/7/2010)
July 7, 2010 at 8:09 am
ziangij (6/22/2010)
and database_id < 2
this was enough to answer the question...:-)
Yes, if 10 would have been a possible answer it would have forced me to at least look at the...
June 22, 2010 at 8:55 am
UMG Developer (6/9/2010)
DLathrop (6/9/2010)
Full three part naming helps the query optimizer recognize and reuse queries in the execution plan cache.
I understand that you need to use two part naming, but...
June 9, 2010 at 3:57 pm
prashant.bhatt (6/9/2010)
I am not sure but the query is returning me 5....
I dont have the AdventureWorks db on the server...
Tried using the test database with dbo schema.... may...
June 9, 2010 at 8:27 am
Could be that your conversion from megabytes to gigabytes and kilobytes is incorrect. By setting max server memory to 50000, you are actually configuring the max memory to abut...
June 2, 2010 at 10:02 am
jts_2003 (5/27/2010)
http://msdn.microsoft.com/en-us/library/ms175049.aspx
This clearly gives 8, which wasbn't even an option!
Not my favourite question, although it did make me think a bit more about indexes I...
May 27, 2010 at 10:32 am
atikdesai (5/21/2010)
I count 9.Clustered, Nonclustered, Unique, Index with included columns, Indexed views, Full-text , Spatial, Filtered, XML
I agree, this was my count also. I guess some of these different...
May 21, 2010 at 1:25 pm
dgabele (5/18/2010)
Once a job completes (100%), it no longer appears in the dmv right? Am I correct in understanding that the DMV only shows currently executing requests?Thanks
I think had...
May 18, 2010 at 12:53 pm
The Dixie Flatline (5/14/2010)
Tom.Thomson (5/11/2010)
Cliff Jones (5/6/2010)
May 15, 2010 at 8:37 am
Strommy (5/6/2010)
May 6, 2010 at 4:07 pm
Grant Fritchey (5/6/2010)
Tom Brown (5/6/2010)
May 6, 2010 at 9:01 am
What threw me off was "All nonclustered indexes include the clustered index columns in their index pages" . I thought this was incorrect because the clustered index columns are...
May 6, 2010 at 8:19 am
Viewing 15 posts - 286 through 300 (of 471 total)