Forum Replies Created

Viewing 15 posts - 1,426 through 1,440 (of 15,381 total)

  • RE: Are the posted questions getting worse?

    Lynn Pettis (6/24/2016)


    Sean Lange (6/24/2016)


    Jeff Moden (6/24/2016)


    Sean Lange (6/24/2016)


    Ugh....just needing to share this unbelievably ridiculous mess I just stumbled across.

    create view [dbo].[getNewID] as select newid() as new_id;

    Really? A view to...

  • RE: Are the posted questions getting worse?

    Jeff Moden (6/24/2016)


    Sean Lange (6/24/2016)


    Ugh....just needing to share this unbelievably ridiculous mess I just stumbled across.

    create view [dbo].[getNewID] as select newid() as new_id;

    Really? A view to get a guid???

    But wait...it...

  • RE: Are the posted questions getting worse?

    Ugh....just needing to share this unbelievably ridiculous mess I just stumbled across.

    create view [dbo].[getNewID] as select newid() as new_id;

    Really? A view to get a guid???

    But wait...it gets even better.

    ALTER function...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (6/24/2016)


    I've heard that the EU now has 1GB of free space.

    Groan!!! But still pretty funny!!!

  • RE: What's the reason?

    Charmer (6/23/2016)


    I told him in the first place that we don't have permission to drop.

    The guy had told me clearly that we have permission to drop too.

    Then the answer I...

  • RE: Spam Spam Bacon and Spam

    Phil Parkin (6/23/2016)


    tindog (6/23/2016)


    HappyGeek (6/23/2016)


    Spam on the rise again, really not interested in solid wood furniture!

    Not even at low low prices?

    I wonder if that anti-aging serum works on old farts...

  • RE: Select unique records from a table based on changes.

    mastsetup (6/22/2016)


    thank you 🙂 it worked on bot SQL server and Db2.

    Glad that worked for you and thanks for letting me know.

  • RE: Concatenate strings

    curious_sqldba (6/22/2016)


    Thanks. This is just displaying, i want to store the data in the variable and then use the variable different places.

    Do you know how to use a select statement...

  • RE: Concatenate strings

    Here is the concept posted by santiagoc93 using your sample data.

    DECLARE @DBs TABLE ( DBname NVARCHAR(100) )

    INSERT INTO @DBs

    VALUES ( 'A' ),

    ...

  • RE: Concatenate strings

    durga.palepu (6/22/2016)


    additional information:

    SQL Server 2016 offers new feature, STRING_SPLIT() which returns delimited strings as records.

    e.g.

    SELECT STRING_SPLIT('A,B,C',',')

    Output:

    A

    B

    C

    While that is true it has no relevance in this question. The OP...

  • RE: Select unique records from a table based on changes.

    Sure this is possible. In the future it would be helpful if you could post the table and sample data in a consumable format. Since I see you are new...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (6/20/2016)


    Sean Lange (6/20/2016)


    Lynn Pettis (6/20/2016)


    Sean Lange (6/20/2016)


    Lynn Pettis (6/20/2016)


    Sorry for the technical question in The Thread, but I just have to ask everyone around the water cooler what...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (6/20/2016)


    Sean Lange (6/20/2016)


    Lynn Pettis (6/20/2016)


    Sorry for the technical question in The Thread, but I just have to ask everyone around the water cooler what they think.

    Does anyone else...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (6/20/2016)


    Sorry for the technical question in The Thread, but I just have to ask everyone around the water cooler what they think.

    Does anyone else see a problem with...

  • RE: Interview Questions

    Ed Wagner (6/17/2016)


    Sean Lange (6/17/2016)


    Ed Wagner (6/17/2016)


    Sergiy (6/16/2016)


    My point was - the question about finding current time does not have a correct answer without specifying additional conditions.

    And I think that's...

Viewing 15 posts - 1,426 through 1,440 (of 15,381 total)