Forum Replies Created

Viewing 15 posts - 39,676 through 39,690 (of 49,571 total)

  • RE: interview questions

    Alvin Ramard (4/18/2009)


    GilaMonster (4/18/2009)


    Order Pizza.

    That's the manager's job. My last manager did that several times. The only question she had to ask was: "What do you want on...

  • RE: Understanding execution plan

    Check this blog series out. http://sqlinthewild.co.za/index.php/2007/08/20/reading-execution-plans/

    Grant Fritchley's written a book on reading exec plans. I don't know if it's still available for download. I'm sure he'll drop by later and...

  • RE: Compatibility level

    You've got SQL 2000 there, not 2005. Compatibility level 90 is SQL 2005. The highest level that you can set a SQL 2000 server to is compatibility level 80.

  • RE: Are the posted questions getting worse?

    Lynn Pettis (4/17/2009)


    I wonder if he will be able to put 2 and 2 together and realize he is in the same bucket of slop as that second contractor I...

  • RE: Operating system Error 112

    magarity kerns (4/18/2009)


    Look. the straight copy all from the script doesn't have any kind of sorting or anything to make a lot of overhead - do you really have production...

  • RE: Compatibility level

    Works fine for me.

    Exactly what command are you typing? (note that the <Database name> is just a placeholder for the name of the DB that you're changing.)

    What does SELECT @@Version...

  • RE: VBScript help

    SQL Server doesn't use VBScript.

  • RE: use of VBScript in sqlserver

    Duplicate post. No replies to this thread please. Direct replies to:http://www.sqlservercentral.com/Forums/Topic699960-146-1.aspx

  • RE: Compatibility level

    Sorry, left out an =

    ALTER DATABASE <database_name >

    SET COMPATIBILITY_LEVEL = 90

  • RE: Operating system Error 112

    magarity (4/18/2009)


    1. Detach and copy the original mdf and lfd files. This works on my SQL Express between NTFS HDD and FAT32 USB. Is there something that prevents...

  • RE: interview questions

    paul.starr (4/17/2009)


    any info on really good interview questions for a sql server dba?

    Memorising questions and answers is not going to help you pass an interview. You need to be familiar...

  • RE: Who deleted the rows?

    From Books Online:

    sys.dm_exec_plan_attributes

    User_ID

    Value of -2 indicates that the batch submitted does not depend on implicit name resolution and can be shared among different users. This is the preferred method....

  • RE: Compatibility level

    ALTER DATABASE <database_name >

    SET COMPATIBILITY_LEVEL 90

  • RE: interview questions

    Alvin Ramard (4/17/2009)


    Lynn Pettis (4/17/2009)


    Actually Alvin, your answer is perfect. It's what you are doing behind the locked doors with the phone off the hook that is important. ...

  • RE: About 70-431 preparation

    naimish_2005 (4/17/2009)


    I have only downloaded ebook only from a ebook sharing website. It doesnt include the simulator.

    So go any buy it. It's well worth the small amount of...

Viewing 15 posts - 39,676 through 39,690 (of 49,571 total)