Forum Replies Created

Viewing 15 posts - 286 through 300 (of 471 total)

  • RE: Auditing Foundation

    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...

  • RE: Are we in all these cities?

    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...

  • RE: Table Variable :Doesn't care

    Duncan Pryde (7/7/2010)


    Of course, one place this behaviour comes in useful is if you want to store the values from an output clause when rolling back a transaction. Just store...

  • RE: T-SQL Logic

    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...

  • RE: Stored Procedure Execution

    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...

  • RE: Stored Procedure Execution

    prashant.bhatt (6/9/2010)


    Very Nice question

    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...

  • RE: T-SQL

    tommyh (6/3/2010)


    Okay so now you can use ODBC functions inside SQL. So learnt something new and thus the purpose off the question is fulfilled (now that was a hard word...

  • RE: Memory Configuration on SQL Server 2005

    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...

  • RE: Index Structures

    jts_2003 (5/27/2010)


    A quick search on Microsft's website:

    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...

  • RE: Index Structures

    atikdesai (5/21/2010)


    I count 9.

    Clustered, Nonclustered, Unique, Index with included columns, Indexed views, Full-text , Spatial, Filtered, XML

    http://msdn.microsoft.com/en-us/library/ms175049.aspx

    I agree, this was my count also. I guess some of these different...

  • RE: Backup\ Restore completion Status.

    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...

  • RE: Clustered indexes

    The Dixie Flatline (5/14/2010)


    Tom.Thomson (5/11/2010)


    Cliff Jones (5/6/2010)


    What threw me off was "All nonclustered indexes include the clustered index columns in their index pages" . I thought this was incorrect...

  • RE: Clustered indexes

    Strommy (5/6/2010)


    The part of me ready for trick questions missed the part about NCL having CL pointers in the IX pages. I thought "well, only the leaf level pages...

  • RE: Clustered indexes

    Grant Fritchey (5/6/2010)


    Tom Brown (5/6/2010)


    This question must be clearing up common confusions - only 2% got it right so far - thats the worst ratio of correct answers I've...

  • RE: Clustered indexes

    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...

Viewing 15 posts - 286 through 300 (of 471 total)