Forum Replies Created

Viewing 15 posts - 5,131 through 5,145 (of 8,753 total)

  • RE: chicken before the egg (block before disk queue0

    tcronin 95651 (6/1/2015)


    have 2008 r2 server have had some disk issues before. Today went off the charts. have Idera DM which usually gives me the info to help,...

  • RE: Subtraction of values from consecutive rows

    pietlinden (6/1/2015)


    That's what happens when you sleepcode... you do silly things. For some reason I totally forgot about ABS()...

    I do know the fealing:-D

    😎

  • RE: Subtraction of values from consecutive rows

    Quick suggestion that fits the posted sample data

    😎

    USE tempdb;

    GO

    SET NOCOUNT ON;

    IF OBJECT_ID(N'dbo.TBL_SAMPLE_DATA_012') IS NOT NULL DROP TABLE dbo.TBL_SAMPLE_DATA_012;

    CREATE TABLE dbo.TBL_SAMPLE_DATA_012

    (

    Id ...

  • RE: Who Cares About Your Data?

    Very nice piece Jeff and a very good point.

    😎

    As a side note, I have not hindered or limited my children's access to any source of information, rather I've spent...

  • RE: Login issue on SQL

    satish.saidapur (5/31/2015)


    Hi Team,

    I have installed SQL server 2012 STD successfully but i missed to add my ID as well as group ID while installing. So now...

  • RE: Selecting data from xml

    Jampandu (5/31/2015)


    Thanks a lot Eirikur.

    You are very welcome.

    One more thing, you should check that the data types in the XQuery output matches the destination, cannot do that for you as...

  • RE: Selecting data from xml

    Jampandu (5/31/2015)


    Hi Sir,

    I need to extract values from XML column in table instead of variable.

    Here I'm attaching the sql file for test data (some part of xml data). Could...

  • RE: Advanced ranking function

    Finally it looks like your posts are back Jason, and good job on the sample and test code. The addition of the index does remove the primary sort but optimizer...

  • RE: Today's Random Word!

    TomThomson (5/30/2015)


    Eirikur Eiriksson (5/30/2015)


    SQLRNNR (5/29/2015)


    Galaga

    Zingiberaceae

    Turmeric

    Fingers

  • RE: Ye Old Shrinkfile

    Steven W (5/30/2015)


    I started the shrink file last night but I forgot to script it and instead just hit the "OK" button. I see the task running in activity...

  • RE: Today's Random Word!

    SQLRNNR (5/29/2015)


    Galaga

    Zingiberaceae

  • RE: Are the posted questions getting worse?

    A currently active thread: "I don't use any clustered indexes actually... all of mine are non-clustered..."

    Sometimes I do wonder where things went wrong with MS and SQL documentation/references/best practices...

    😎

  • RE: Ye Old Shrinkfile

    Steven W (5/29/2015)


    I don't use any clustered indexes actually... all of mine are non-clustered...

    That's not making things easier, may I ask why not?

    😎

  • RE: Ye Old Shrinkfile

    Steven W (5/29/2015)


    Is it just the indexes that get fragmented? If so, can I just drop and recreate them all?

    For clustered indexes (non-heap tables) No, for Non-clustered indexes Yes,...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (5/29/2015)


    Eirikur Eiriksson (5/29/2015)


    Lynn Pettis (5/29/2015)


    We know that the Crystal Ball shows nothing but the clouds, but where is the silver spoon?

    < rant >

    I am still amazed at how...

Viewing 15 posts - 5,131 through 5,145 (of 8,753 total)