Forum Replies Created

Viewing 15 posts - 871 through 885 (of 3,666 total)

  • RE: Query Returning Zero

    kabaari (1/19/2015)


    Good afternoon all,

    I have the query below and it returns zero but if I remove the first part of the WHERE clause, it works using the second half parameters....



    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: Query Returning Zero

    Koen Verbeeck (1/19/2015)


    You linked two Boolean expressions together with AND, meaning both must return TRUE in order for the WHERE clause to return TRUE.

    However, looking at the first parts already...



    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: DATE cONVERT

    imex (1/15/2015)


    Try:

    Select dateadd(day, datediff(day, 0, datefield), 0) as datefield

    from datetable

    Hope this helps.

    This is a waste of CPU cycles.

    Stick with Phil Parkins suggestion. Stick to the KISS principle...



    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?

    Koen Verbeeck (1/13/2015)


    FYI, I received the Author of the Year award at MSSQLTips.com!

    Thanks everyone for voting!

    Congratulations!!!



    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 (1/12/2015)


    Alvin Ramard (1/12/2015)


    Lynn Pettis (1/12/2015)


    Steve Jones - SSC Editor (1/12/2015)


    Since I've seen a few notes, and the Thread is quiet....

    Test drove a few cars over the weekend. After...



    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 (1/12/2015)


    Steve Jones - SSC Editor (1/12/2015)


    Since I've seen a few notes, and the Thread is quiet....

    Test drove a few cars over the weekend. After selling the 911, 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: sp_who2 shows wrong value of hostname and login for a spid

    The only thing I can imagine is, since I had the connection open for a while, maybe SQL or SSMS was showing me the wrong spid..

    This would make sense.



    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: Help With Trying to Import File Names into a Table

    One way to approach this is to assign the file name to a variable as the first step inside the ForEach loop.

    In your data flow, you can 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]

  • RE: sp_who2 shows wrong value of hostname and login for a spid

    Are you sure that spid was still active?



    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: Platform Comparison - SQL vs. Oracle (Need benefits)

    I strongly believe in the KISS principle. Keep It SQL Server 🙂



    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: "Best Practices" Questions

    I had to check if the original post was from Apr 1st.

    Nope. :w00t:



    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: Transactional Log backup with frequency of 1 month

    GilaMonster (1/6/2015)


    Alvin Ramard (1/6/2015)


    RamSteve (1/6/2015)


    HI ,

    ...

    So should i need to take any other precautions or concerns with this approach.?

    ...

    Yes, update your resume every 2 weeks!

    Hahahahahaha :hehe: 😀

    Differential update should...



    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: Transactional Log backup with frequency of 1 month

    RamSteve (1/6/2015)


    HI ,

    ...

    So should i need to take any other precautions or concerns with this approach.?

    ...

    Yes, update your resume every 2 weeks!



    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: Job run ok and in SSISDB, but error in Agent

    What error does the job report when it runs?



    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: Question about recruiters

    Recruiters are like every other type of people. There's good ones and bad ones.

    Keep shopping until you find someone that's ready to work with what you want instead of...



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