Forum Replies Created

Viewing 15 posts - 3,961 through 3,975 (of 14,953 total)

  • RE: Bulk insert changing order of file...

    opc.three (6/16/2011)


    newbie.with.sql (6/16/2011)


    I have a flat file that I importing into my database but the rows are not coming into the table in the same order as in the flat...

  • RE: SQL Newbie Sources

    You'll need to download and install SQL Server Management Studio. (Well, honestly, there are other ways to do this, but that's by far the easiest.)

    That will give you an...

  • RE: Question about forums and individual statuses

    Craig Farrell (6/17/2011)


    GSquared (6/16/2011)


    Craig Farrell (6/15/2011)


    Wait... then... who the heck is responding to me on the 1k+ posters board?

    Probably "The Thread" is.

    Baaaah, I posted there at 200 points. I'm...

  • RE: Bulk insert changing order of file...

    You really can't. SQL table rows don't have an "order" unless you can use data to assign one.

  • RE: How to restore Multiple .Bak files automatically ?

    Ninja's_RGR'us (6/16/2011)


    It could MAYBE be somewhat easy.

    Read all the backups filelist into temp table

    Restore with filelist

    restore

    Someone might knock this out in a couple hours at most.

    Not to merge data from...

  • RE: Are the posted questions getting worse?

    jcrawf02 (6/16/2011)


    SQLRNNR (6/16/2011)


    Mexican Catapult Restaurant

    I think I've eaten there...

    Yeah, I had the same thought.

    Could easily be an actual video game though. Same sort of "calculate the angle" as Angry Birds...

  • RE: Are the posted questions getting worse?

    The Dixie Flatline (6/16/2011)


    jcrawf02 (6/16/2011)


    Found my entertainment for the forseeable future. As provided to me:

    "You HAVE to click this link …. It is a video name generator and gives you...

  • RE: Are the posted questions getting worse?

    jcrawf02 (6/16/2011)


    GSquared (6/16/2011)


    My dog chased a squirrel up my pants-leg one time.

    I'll take wild rodents over arachnids any day of the week.

    A spider minding its own business would be no...

  • RE: Are the posted questions getting worse?

    mtillman-921105 (6/16/2011)


    Steve Jones - SSC Editor (6/16/2011)


    Fal (6/16/2011)


    I had loads of fun on the bus coming into work this morning.

    ...

    So I start undressing. As luck would have it the...

  • RE: How to set a unique key on a bit field

    Ninja's_RGR'us (6/16/2011)


    Are you on 2k5 or 2k8? I ask because poeple often post in the wrong forum.

    Assuming 2K8...

    Wouldn't it be possible to create a unique filtered index to avoid...

  • RE: Phrases that Resonate

    Peter Maloof (6/16/2011)


    Andy Warren (6/15/2011)


    Got a phrase that you use to share a difficult concept?

    Non-technical person: "It's working! What was the problem?"

    Me: "You don't really want to know."

    Non-technical person: "Oh....

  • RE: How to restore Multiple .Bak files automatically ?

    You can only restore one Full backup for a database at a time. It will overwrite the database, if you tell it to, or will fail.

    You can restore multiple...

  • RE: How to set a unique key on a bit field

    It's the kind of thing you can either do through partitioning, or through moderately complex triggers, or through indirect means in the data design.

    In your case, a vertically partitioned table...

  • RE: Select query help

    It looks to me like Customer and Person data need to be separated in this, to make it work well.

    I'd be willing to be that "name" and "age" really belong...

  • RE: Sorting with Two Fields

    Can you add a second expression and use the first value again, or a null value, for the first rules, and the second value in the ones that need it?

Viewing 15 posts - 3,961 through 3,975 (of 14,953 total)