Forum Replies Created

Viewing 15 posts - 3,601 through 3,615 (of 26,490 total)

  • RE: Reduce Log Database

    angelreynosog (6/28/2016)


    It is the same query , not wanting to send it twice

    Run this:

    SELECT name, log_reuse_wait_desc from sys.databases

  • RE: Are the posted questions getting worse?

    If it isn't one thing it is another. Not getting any good news today.

    Just prayers for the family for wisdom and guidance.

    Thanks.

  • RE: Are the posted questions getting worse?

    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 get a...

  • RE: Are the posted questions getting worse?

    Jeff Moden (6/24/2016)


    Luis Cazares (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...

  • RE: Are the posted questions getting worse?

    Luis Cazares (6/24/2016)


    I'm sorry, is there any country that can give me good news? It seems that Mexico, US and UK are full of negative news and I'm getting grumpy...

  • RE: filter out not numeric values

    al.yukhvidin (6/23/2016)


    Hello,

    I have script:

    Select CASE WHEN (ABS.VALUE<90 AND ABC1.VALUE<140) THEN 1 ELSE 0 END AS status

    returns "Conversion failed when converting the varchar value '118.' to data type int." error...

  • RE: What's the reason?

    If the question was as vague as your initial post I would have asked what error messages were we getting when attempting to drop the tables, views, stored procedures, and/or...

  • RE: Concatenate strings

    curious_sqldba (6/22/2016)


    Sean Lange (6/22/2016)


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

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (6/22/2016)


    Lynn Pettis (6/22/2016)


    Actually, Brandie you are not quite right here.

    I knew as soon as I hit POST that I said something wrong, but wasn't able to get back...

  • RE: Are the posted questions getting worse?

    A little more on INSTEAD OF triggers.

    They can be declared on views. They can be used to make non-updateable views updateable because you can handle the updates (in this...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (6/22/2016)


    BWFC (6/22/2016)


    Lynn Pettis (6/21/2016)


    Brandie Tarvin (6/21/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...

  • RE: Tables, Primary Keys and Clustered Indexes

    Good database design is needed in data warehouse and data mart systems just as it is needed OLTP systems.

    Data Warehouses pulling data from multiple sources should cleanse and standardize (not...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (6/21/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 see a...

  • RE: Are the posted questions getting worse?

    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 they think.

    Does...

  • RE: Are the posted questions getting worse?

    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 see a...

Viewing 15 posts - 3,601 through 3,615 (of 26,490 total)