Forum Replies Created

Viewing 15 posts - 2,101 through 2,115 (of 15,381 total)

  • RE: Are the posted questions getting worse?

    djj (11/12/2015)


    Grant Fritchey (11/12/2015)


    Still, could be fun. Build out a nested CTE inside a function, use the same table aliases over and over, don't format the code. It'll be impossible...

  • RE: Rewrite using CTE

    Luis Cazares (11/11/2015)


    Sean Lange (11/11/2015)


    rxm119528 (11/11/2015)


    Apologies for the missing loop. Thanks for the different approaches. I just wanted to learn the other ways we can append those sequence of numbers...

  • RE: Rewrite using CTE

    rxm119528 (11/11/2015)


    Apologies for the missing loop. Thanks for the different approaches. I just wanted to learn the other ways we can append those sequence of numbers with out using the...

  • RE: Rewrite using CTE

    It is extremely unclear what you are trying to do but does something like get you pointed in the right direction? This is far simpler (and faster) than nested while...

  • RE: welcome error handling expets

    Have you looked at using the Error connector? It is not totally clear what you want to do but error handling in SSIS is pretty robust. What have you tried?

  • RE: Rewrite using CTE

    rxm119528 (11/11/2015)


    Hi all,

    Just want to know if the below query can be written using the CTE

    [p]DECLARE @C INT = 0;

    DECLARE @G INT = 0;

    DECLARE @H INT = 0;

    DECLARE @I INT...

  • RE: case statement convertion

    SQLAssAS (11/11/2015)


    flg_attendance is bit

    status_ID is int

    Then you need to check for 1, 0 or NULL (Those are the only values a bit can have).

    when status_ID = 0 and flg_attendance =...

  • RE: Split a case statement

    Also a bit off topic but I notice you using the NOLOCK hint on your queries. This hint is very often used incorrectly because the person writing the code does...

  • RE: I miss SQL Server!!!!

    Abu Dina (11/10/2015)


    Just wanted to say hello.

    I've joined the dark side so been using Oracle (and a bit of Sybase ASE) for the last 18 months.

    I miss SQL Server so...

  • RE: Job Schedules

    Ed Wagner (11/10/2015)


    Sean Lange (11/10/2015)


    Iwas Bornready (11/10/2015)


    I had to check the table structure of sysjobschedules. I would never have guessed that a date column was put into a purposely constructed...

  • RE: DataType Conversion

    mar.ko (11/10/2015)


    CONVERT_IMPLICIT is a custom stored function ?

    You probably need to expose the columns specified in the function to eliminate this message.

    That is not a custom function. It is a...

  • RE: Job Schedules

    Iwas Bornready (11/10/2015)


    I had to check the table structure of sysjobschedules. I would never have guessed that a date column was put into a purposely constructed int.

    For some reason MS...

  • RE: DY

    Jeff Moden (11/9/2015)


    Rich Mechaber (11/9/2015)


    Jeff Moden (11/6/2015)


    sknox (11/6/2015)


    Luis Cazares (11/6/2015)


    Rich Mechaber (11/6/2015)


    Aaron Bertrand had a nice blog about this: scroll down for "Pop Quiz" and see if you still think...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (11/6/2015)


    Here is a posting for a SQL Database Administrator. I've looked it over several times. Please tell me where it says anything about PostgreSQL besides in...

Viewing 15 posts - 2,101 through 2,115 (of 15,381 total)