Forum Replies Created

Viewing 15 posts - 391 through 405 (of 471 total)

  • RE: Restore of the Database

    The question probably should have said that RESTORE VERIFYONLY doesn't write to the msdb.dbo.restorehistory by default. But there is the LOADHISTORY parameter that will make it so.

  • RE: Database Snapshots

    Thanks, that is good information to have. I was just curious to know if that was the correct answer. 77% had it correct so now I know.

  • RE: Database Snapshots

    Yes, seems to be some conflicting information in BOL.

  • RE: Query Hints

    You are doing a great job. I love this forum. You have managed to attract a lot of talented people who feel passionate about these topics.

  • RE: Query Hints

    Ever think of recreating a group / committee / review board to review submitted QODs, with the caveat that if there is a lot of response complaining / disagreement...

  • RE: Query Hints

    I don't think this one ranked very high on the rant scale. We didn't even fill up 2 complete pages yet.

  • RE: Query Hints

    Thanks Steve. Actually I am inclined to agree with Markus and would have selected all four had I not consulted BOL.

  • RE: Query Hints

    I was misled by the way BOL is laid out. It would appear from BOL that there are 3 type of Hints, Join Hints, Query Hints and Table Hints....

  • RE: SQL Server Browser

    OK, I understand what you are saying. If my client connects by specifying the IP and Port then it would not use or need the Browser Service. Thanks...

  • RE: SQL Server Browser

    I was just about to make the same point. It seems that Conecting via TCP/IP should be correct also?

  • RE: T-SQL

    cmcklw (11/14/2008)


    Cliff Jones (11/14/2008)


    I am not sure why they changed the scripting so that it does not include the 'GO'? It is such a subtle little change that has...

  • RE: T-SQL

    I am not sure why they changed the scripting so that it does not include the 'GO'? It is such a subtle little change that has caused us a...

  • RE: T-SQL

    slange (11/14/2008)


    I now make it my standard habit that after the declaration of the sp i wrap the entire body in a begin end.

    declare myProc() as

    begin

    end

    Once you stub in the...

  • RE: Accessing and changing data 2008

    Iggy (9/23/2008)


    Since when is QotD about English (grammar/syntax/meaning/whatever it's called)? Not everyone here have English as their native tongue. I'd like to think this site is a worldwide community, not...

  • RE: SQL Trace

    With a server side trace you can choose the drive to which the trace goes. One of the benefits of doing that is that it won't fill up the...

Viewing 15 posts - 391 through 405 (of 471 total)