Forum Replies Created

Viewing 15 posts - 47,236 through 47,250 (of 59,064 total)

  • RE: Tempdb is full due to crappy procedure!!!

    steveb (11/13/2008)


    I also have to solve a lot of problems with our out-sourced projects and it shows that out-sourcing may seem like a cheaper option but can end up costing...

  • RE: CTE vs Derived Table

    Jim Russell (11/13/2008)


    You are right as usual, Jeff. I was mainly thinking of the cases where a CTE is referenced multiple times, and had always assumed that the results...

  • RE: Exporting resultset of temp table to other formats. How?

    Bob Hovious (11/13/2008)


    Doh! :w00t:

    I knew there had to be a better way. What I really like about this approach is that you could use...

  • RE: Exporting resultset of temp table to other formats. How?

    sql-oholic (11/13/2008)


    Bob & Jeff,Thanks!

    I'll try these methods. thank you

    Thanks for the feedback. 🙂

  • RE: Storing Negative Numbers

    Lynn Pettis (11/12/2008)


    Jeff Moden (11/11/2008)


    Lynn Pettis (11/11/2008)


    Jeff Moden (11/11/2008)


    Oh my... I just remembered where the heck such a requirement for all positive numbers may have come from... PeopleSoft software. ...

  • RE: Arrays in Stroed Prcoedure

    Oh dear... I blew it... :blush: I normally try to write in a gender-agnostic fashion especially when I don't really know someone. My appologies. Perhaps a first...

  • RE: DR Strategy with virtual machines?

    I don't know for sure, but I don't believe so. VM has come a long way from it's inception.

    So far as fast recovery of databases go, some SAN types...

  • RE: Arrays in Stroed Prcoedure

    doss.tychicus (11/10/2008)


    I'm trying to get the data from the table

    between two dates and for the List of Doctors

    select * from tbl_test

    where convert(char(10),createdate,121) between '2008-01-01'

    and '2008-12-31' and id_doctor in (1,2,3,4,5)

    I...

  • RE: Arrays in Stroed Prcoedure

    krayknot (11/10/2008)


    doss.tychicus (11/10/2008)


    I'm trying to get the data from the table

    between two dates and for the List of Doctors

    select * from tbl_test

    where convert(char(10),createdate,121) between '2008-01-01'

    and '2008-12-31' and id_doctor in...

  • RE: Generate a random password

    Pretty nice, Gaby... your article and some of the comments above gave me a couple of ideas for an article with just a pot-wad of tricks in it... Ok if...

  • RE: CTE vs Derived Table

    Jim Russell (11/13/2008)


    Damn, I learn a lot by lurking on this site. Guess I'll start using more temp tables. Thanks to all.

    Oh, be careful, Jim... while I'll admit to using...

  • RE: Compare Dates in an iterative manner for a particular set of records

    prabhu.rangan (11/12/2008)


    Hi Members,

    I have two tables named 'result' and 'status' for which i have 'status_key_id' in my result table with default 'null'. I have to update the 'key_id' of 'status'...

  • RE: CTE vs Derived Table

    ... thanks for the leg up, Lynn. 😛

  • RE: Exporting resultset of temp table to other formats. How?

    If you put all your stuff to create the result set in a temp table with no other output, not even rowcounts, and do a final SELECT from the TempTable...

  • RE: PASS summit 2008

    I can't go. I've got tickets and everything but something came up today and I can't go. :crying: Somebody take pictures for me.

Viewing 15 posts - 47,236 through 47,250 (of 59,064 total)