Forum Replies Created

Viewing 15 posts - 5,146 through 5,160 (of 8,761 total)

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

  • RE: REPLACE & PATINDEX issue

    Another attempt using Lynn's fine code

    😎

    USE tempdb;

    GO

    SET NOCOUNT ON;

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

    CREATE TABLE dbo.SystemsRE (SystemID INT NOT NULL, IpAddress VARCHAR(200) NOT NULL);

    INSERT INTO dbo.SystemsRE(SystemID,IpAddress)

    VALUES

    (10001,'132.135.3.100,...

  • RE: Are the posted questions getting worse?

    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 many people have to...

  • RE: Ye Old Shrinkfile

    Steven W (5/29/2015)


    152 tables....

    But with only 20g free... I don't think I would have room to move the other tables over... The next smallest table is 40g....

    Then the approach has...

  • RE: Ye Old Shrinkfile

    Quick question, how many tables are in the database?

    My normal approach to this kind of problems is to add a filegroup / data file, move the data to the new...

  • RE: REPLACE & PATINDEX issue

    TJT (5/29/2015)


    I am trying to get this to work without sample data and I get IP_ADDR is not recognized. I really appreciated everyone's patience on this.

    SET NOCOUNT ON;

    WITH SAMPLE_DATA(IP_ADDR)...

  • RE: If Celko was a rock star, which one would he be?

    Luis Cazares (5/29/2015)


    thisisfutile (5/29/2015)


    jshahan (5/28/2015)


    Just picked up from The Thread that old Joe has been banned from SSC.

    You picked up from this thread that Joe is banned? Maybe I...

  • RE: Today's Random Word!

    eccentricDBA (5/29/2015)


    whereisSQL? (5/29/2015)


    hughmanning (5/29/2015)


    Artifical

    Intelligence

    research

    Topic

Viewing 15 posts - 5,146 through 5,160 (of 8,761 total)