Forum Replies Created

Viewing 15 posts - 2,671 through 2,685 (of 3,666 total)

  • RE: Are the posted questions getting worse?

    Grant Fritchey (1/27/2010)


    Alvin Ramard (1/27/2010)


    Lynn Pettis (1/27/2010)


    Alvin Ramard (1/27/2010)


    How nice it would be if getting answers from PASS was as simple as dealing with the OPs on here.

    One can only...



    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: Trouble importing a large flat file

    Jeff Moden (1/27/2010)


    As a sidebar, this is where BCP and BULK INSERT really shine... you can tell both to automatically sequester bad rows while still processing the good ones with...



    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/27/2010)


    Alvin Ramard (1/27/2010)


    Lynn Pettis (1/27/2010)


    Alvin Ramard (1/27/2010)


    How nice it would be if getting answers from PASS was as simple as dealing with the OPs on here.

    One can only...



    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?

    Oh, before I forget Jason, we passed on to our local chapter membership the link to your blog about user group participation. That should be required reading for all...



    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?

    CirquedeSQLeil (1/27/2010)


    Alvin Ramard (1/27/2010)


    Lynn Pettis (1/27/2010)


    Alvin Ramard (1/27/2010)


    How nice it would be if getting answers from PASS was as simple as dealing with the OPs on here.

    One can only wish.

    Are...



    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/27/2010)


    Alvin Ramard (1/27/2010)


    How nice it would be if getting answers from PASS was as simple as dealing with the OPs on here.

    One can only wish.

    Are you saying that...



    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?

    How nice it would be if getting answers from PASS was as simple as dealing with the OPs on here.

    One can only wish.



    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: Time - Need to convert varchar to time

    tan110 (1/27/2010)


    I tried this:

    update dbo.VerizonDetails

    set totalTime2 = cast(totalTime as time)

    but got the errror:

    Msg 241, Level 16, State 1, Line 2

    Conversion failed when converting date and/or time from character string.

    Try:

    update dbo.VerizonDetails

    set...



    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: Trouble importing a large flat file

    2 things that I have run into way too often:

    1 - in delimited files, the delimiter can sometimes be in the data, causing the import process to think there are...



    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: Life Logging

    jcrawf02 (1/27/2010)


    crazy thought - geolocation tagging via GPS?

    Ok if the recording is taking place as it occurs.



    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: Life Logging

    Ok, let's say you decide you want to do this. How would you record all that information and properly tag it with dates, topic, location, other people it relates...



    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: Please solve this sql query

    anshu84onnet (1/27/2010)


    how can i explain it to you dear just want to know that mechanism behind execution of that query why any number is returned number of times rows...

    See...



    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: Outer join question - Pl help

    Ray K (1/26/2010)


    I'm messing around with utilizations of MAX and SELECT TOP 1, but so far, no dice. I'll keep playing with this, but again, if any of you...



    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/26/2010)


    Alvin Ramard (1/26/2010)


    Alvin Ramard (1/26/2010)


    Alvin Ramard (1/26/2010)


    I cou'dn't resist in this one as the OP did not ask a question. 😎

    http://www.sqlservercentral.com/Forums/Topic853917-392-1.aspx?Update=1

    Edit: Oops, I missed the "Pl...



    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?

    Alvin Ramard (1/26/2010)


    Alvin Ramard (1/26/2010)


    I cou'dn't resist in this one as the OP did not ask a question. 😎

    http://www.sqlservercentral.com/Forums/Topic853917-392-1.aspx?Update=1

    Edit: Oops, I missed the "Pl help." at the end.

    ......



    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 - 2,671 through 2,685 (of 3,666 total)