Forum Replies Created

Viewing 15 posts - 3,271 through 3,285 (of 3,666 total)

  • RE: Are the posted questions getting worse?

    I need to check if it's going to be on again this week.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (5/11/2009)


    Andy Warren actually big on a few props from the auction. I think he got a flute or some minor prop from one of the TNG...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    Lynn Pettis (5/11/2009)


    Anybody watch the History Channel (US) this weekend? I caught a story about Paramount auctioning off a lot of Star Trek props. The model for the...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    Roy Ernest (5/11/2009)


    I wanted to see it but couldnt. Maybe this week. I love Star Trek.. 🙂

    I saw Star Trek on Saturday and I liked it. I'm not so...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    Jonathan Kehayias (5/11/2009)


    I can't believe that this thread is still around and kicking.

    It's gonna be around for a long time yet .....

    Steve, what datatype is used to for the number...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (5/11/2009)


    Technical info in THE THREAD!?!

    tsk, tsk

    That's for real threads. 😉

    Thanks Steve.

    😛



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    Flo, sounds like you have enough offers already to read your article, but you can PM me if you're looking for more.

    Alvin



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    Bob Hovious (5/8/2009)


    Alvin, I'm sorely tempted this morning to get out of the office and drive up your way. Put on a fresh pot in an hour?

    I sure...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    Florian Reischl (5/8/2009)


    Bob Hovious (5/8/2009)


    Where's Flo? I need a cup of coffee.

    Here 🙂

    ... at work. Had a busy day since now. Many planning for next projects.

    Bob, I just...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    steve smith (5/7/2009)


    Alvin Ramard (5/6/2009)


    GSquared (5/6/2009)


    Maybe I have the volume on my speakers turned down to far, but I haven't noticed anyone's avatars making any noises at all... (cuz I'm...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    Lynn Pettis (5/7/2009)


    And then you have OP's like this one who think your test table (temp or table variable) are part of the solution...

    I hear the desert calling my name...

    I...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: How to Search for and eliminate extra quotes using SQL in data extract script

    steveb (5/7/2009)


    try using REPLACE to search for two double-quotes and replace them with one double-quote

    SELECT REPLACE('"OBS""','""','"')

    That won't work.

    Try replacing your item.description in the select statement with:

    Replace(item.description, '"', '')

    I...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Listing all the dates between 2 dates

    I guess I misunderstood. I thought you wanted dates from a column where these dates were between 2 given dates, but I see want now.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Listing all the dates between 2 dates

    How much SQL knowledge do you have?



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    Jack Corbett (5/7/2009)


    Lynn Pettis (5/7/2009)


    Has anyone else noticed that EVERY TIME a new version of SQL Server is released there are many questions asking if you can restore a database...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

Viewing 15 posts - 3,271 through 3,285 (of 3,666 total)