Forum Replies Created

Viewing 15 posts - 3,361 through 3,375 (of 3,666 total)

  • RE: Are the posted questions getting worse?

    Another question: Does anyone write T-SQL queries using non-ASCII characters?



    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?

    Chris Morris (4/15/2009)


    Anyone for pork chops?

    Maybe. How are you cooking them? ANSI or ASCII?



    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?

    It boggles the mind, eh?



    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: number of days one and half year's before date?

    ALZDBA (4/13/2009)


    did you test this ?

    Select datediff(dd, dateadd(mm,-18,getdate(), getdate)

    i.e. determine the number of days ( dd ) between the getdate minus 18 months (12+6) and the current date.

    It will not...



    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: number of days one and half year's before date?

    1.5 years is 547 or 548 days, depending on how you want to count it.



    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 (4/13/2009)


    It's not a big deal, Steve. Folks have been referring to Flo as "she/her". I swapped a few cordial posts with Flo...



    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: SSIS,file Exist and Package Exit

    From the drop down box select constraint and expression (I hope that's the correct wording)

    In the text box, enter:

    @[your_variable] > 0

    Replace your_variable with the name of your variable.



    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: SSIS,file Exist and Package Exit

    You could add a script block inside the Foreach container that increments a variable on each pass.



    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?

    Y'all making want to attend the conference. I may get the chance to attend the conference for free but that does not include travel, lodging, or food. Being...



    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: T-SQL 2005 Help

    Bob Hovious (4/11/2009)


    You should feel safer now, too. 😉

    Well said.

    Now if I could get Kalen to agree too I'd feel extremely safe. 😀



    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: T-SQL 2005 Help

    GilaMonster (4/11/2009)


    Alvin Ramard (4/11/2009)


    If you have to use that kind of logic then you might want to use stored procedures and use something like:

    If A = B

    BEGIN

    EXEC Stored_Procedure_1

    END

    ELSE

    BEGIN

    EXEC Stored_Procedure_2

    END

    That's often...



    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?

    oops, I guess I forgot. I did use GOTO with VB6. (On Error Goto ______)



    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: T-SQL 2005 Help

    Bob Hovious (4/11/2009)


    The original example was actually following the IF/Begin-End ELSE/Begin-End structure.

    By the way, Alvin, enjoyed the presentation Thursday night.

    Thanks Bob. FYI, you're doing the presentation next month....



    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?

    I didn't even realize GOTO was part of T-SQL. I think the last time I used it was on a Vic-20.



    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: T-SQL 2005 Help

    I hope that I would never use GOTO in SQL code.

    If you have to use that kind of logic then you might want to use stored procedures and use...



    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,361 through 3,375 (of 3,666 total)