Forum Replies Created

Viewing 15 posts - 4,531 through 4,545 (of 19,564 total)

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (5/31/2013)


    SQLRNNR (5/31/2013)


    Brandie Tarvin (5/30/2013)


    WayneS (5/29/2013)


    Personally, my new laptop is 32gb ram, with multiple SSD drives (I have plans for presentations with many VMs running...). I'm still getting stuff...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (5/30/2013)


    Yep, still alive. Well, I think I am. 😀

    I was away from the SQL world for a while and I'm glad to be back!

    Which world did you inhabit...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (5/30/2013)


    WayneS (5/29/2013)


    Personally, my new laptop is 32gb ram, with multiple SSD drives (I have plans for presentations with many VMs running...). I'm still getting stuff installed on it,...

  • RE: List of queries using MAXDOP

    jvkondapalli (5/29/2013)


    Jason, Thank you very much for the quick post. I was staring at plan attributes this whole time without knowing its advantage. :Wow:

    I started anayzing the SQLs from the...

  • RE: List of queries using MAXDOP

    I will clean that code up a bit and blog about it in the near future.

  • RE: List of queries using MAXDOP

    This is a rough query of what you will need

    DECLARE @SetOptions TABLE (

    OptionDescVARCHAR(64)

    ,OptionValueINT PRIMARY KEY CLUSTERED

    ,OptionNotesVARCHAR(256))

    -- http://technet.microsoft.com/en-us/library/ms189472(v=sql.105).aspx

    INSERT INTO @SetOptions(OptionDesc,OptionValue,OptionNotes)

    VALUES ('ANSI_PADDING',1,'')

    ,('Parallel Plan',2,'')

    ,('FORCEPLAN',4,'')

    ,('CONCAT_NULL_YIELDS_NULL',8,'')

    ,('ANSI_WARNINGS',16,'')

    ,('ANSI_NULLS',32,'')

    ,('QUOTED_IDENTIFIER',64,'')

    ,('ANSI_NULL_DFLT_ON',128,'')

    ,('ANSI_NULL_DFLT_OFF',256,'')

    ,('NoBrowseTable',512,'Indicates that the plan does not use a work table...

  • RE: Are the posted questions getting worse?

    Evil Kraig F (5/29/2013)


    The Dixie Flatline (5/29/2013)


    If 42 is the answer (to life, the universe, and everything), what is the question?

    How many mice did the cats eat before the mice...

  • RE: Are the posted questions getting worse?

    Chad Crawford (5/29/2013)


    42

    Is that in reference to a certain baseball number or to the number of posts remaining to hit 40k?

  • RE: Are the posted questions getting worse?

    Chad Crawford (5/29/2013)


    SQLRNNR (5/29/2013)


    Alvin Ramard (5/29/2013)


    OMG!!!!!

    Don't you have anything better to do than wasting your time in here?

    😎

    Why yes, yes we do. We are going to take over...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (5/29/2013)


    OMG!!!!!

    Don't you have anything better to do than wasting your time in here?

    😎

    Why yes, yes we do. We are going to take over the world today.

    Nice to...

  • RE: SELECT INTO FILESTREAM

    Hugo Kornelis (5/29/2013)


    I am not surprised that SELECT ... INTO loses the FILESTREAM attribute. However, I was surprised to find that varchar(max) with FILESTREAM would be converted to varbinary(max).

    So then...

  • RE: Indexed view

    SQL_Surfer (5/29/2013)


    Is it a good idea to put index on view? Some of the views are taking longer to execute and I am thinking about putting index on views. But...

  • RE: Are the posted questions getting worse?

    Chad Crawford (5/29/2013)


    Brandie,

    If you go to Crucial.com, you can either enter your mfg/model or use their tool to scan your laptop and they will tell you exactly what type...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (5/29/2013)


    Brandie Tarvin (5/29/2013)


    Grant Fritchey (5/29/2013)


    Brandie Tarvin (5/29/2013)


    How much RAM would you recommend?

    All of it.

    So I should add a million TB to my laptop? @=)

    If you can, yes.

    I've got...

  • RE: Backup failure History....

    dev1.bohol (5/27/2013)


    Hi,

    Is the script applicable on SQL Server 2000, 2005 ?

    Thanks

    dev1

    Which script are you referring to?

Viewing 15 posts - 4,531 through 4,545 (of 19,564 total)