Forum Replies Created

Viewing 15 posts - 2,731 through 2,745 (of 2,756 total)

  • RE: Talking baseball

    Steve -- it was your user point level names that prompted me to start this thread in the first place! 🙂 (Love your editorials, BTW!!!)

    My sister-in-law lives in Denver,...

  • RE: Problem with comaparing exact date in WHERE part of query....

    I just tried running your query on one of my own tables that has dates, and didn't have a problem.

    BTW, Grant is correct . . . you should avoid...

  • RE: Talking baseball

    Lynn Pettis (12/16/2009)


    Let me guess, not her? 😛

    If my team wins, it's worth it! 😀

  • RE: Talking baseball

    One of us usually ends up sleeping on the couch! 🙂

  • RE: Talking baseball

    CirquedeSQLeil (12/16/2009)


    Now we need a database like that for basketball.

    I'd be surprised if there isn't one out there somewhere. I actually found the baseball database by doing a Google...

  • RE: Talking baseball

    Yeah, lifelong upstate New Yorker here.

    It also occurred to me that maybe this thread does have something to do with SQL. One of the things I've been doing with...

  • RE: Upgrading my certs

    if you want to upgrade your MCAD remember to take the two exam upgrade because the one exam upgrade comes with more than 90 percent fail rate.

    Yikes!!! That's good...

  • RE: Text File Import Problem

    I just remembered something . . .

    VARCHAR(MAX) is equivalent to the TEXT type in SQL Server. You should change the column type to TEXT. However, Microsoft is depreciating...

  • RE: Text File Import Problem

    No. What I'm saying is change the destination to VARCHAR(MAX). That would make the column large enough to be handle variable-length character data to whatever the upper limit...

  • RE: Text File Import Problem

    One other thought (speaking of stray characters): data cleansing is always a good thing. For example, since you're importing from Excel, it's probably using the TAB character as a...

  • RE: Text File Import Problem

    Sheez . . . that's quite the variety of data.

    Here's how I'd tackle it . . .

    • For the first column, make it a VARCHAR(MAX) column (equivalent to TEXT, which...

  • RE: Varchar(max)

    If I'm not mistaken, I believe VARCHAR(MAX) is actually equivalent to the TEXT field type. My understanding is that Microsoft will be phasing out TEXT and replace it with...

  • RE: Text File Import Problem

    I had a similar problem. In regard to the truncation errors, what I initially did was create a staging table and set all my character fields to TEXT. ...

  • RE: Upgrading my certs

    http://www.microsoft.com/learning/en/us/certification/cert-sql-server.aspx#tab1

    Maybe I should try poking around Microsoft's site a bit more! 🙂

    Nevertheless, your thoughts are still welcome!

  • RE: Any SQL gurus / n00bs that are closet musicians?

    YO!!!

    Just came across this thread!!!

    Pianist, clarinetist, and songwriter here!!!

  • Viewing 15 posts - 2,731 through 2,745 (of 2,756 total)