Forum Replies Created

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

  • RE: 2008 SQL replication

    Data Mirroring is also an option. But...

    You broke replication for an upgrade. Why did you not upgrade the other server? If you did, why did you not rebuild / reinitialize...

  • RE: Multi instance SQL 2008 R2 upgrade

    george sibbald (9/26/2013)


    you can upgrade just one instance.

    Really?

    I don't remember seeing that available in my install files. Now I'm going to have to go try it...

    Hrm. Something else to learn...

  • RE: merging different clients data onto same box

    Oh, dear... Yes, I have been down this road before (old employer). If you are going to have multiple clients on the same box, do absolutely make sure they are...

  • RE: Multi instance SQL 2008 R2 upgrade

    You can't upgrade an instance separately from other instances. It's all or nothing.. Or a side by side install.

    I would recommend installing a brand new R2 instance in a different...

  • RE: Commenting

    My comments vary. Usually we start off with the following:

    /****************************

    InstallDB: MyDB1

    CreatedBy: Brandie

    CreatedOn: 2012.09.26

    Description: This proc pulls the orders made within the last week that were not

    ...

  • RE: Error message when changing location of share drive in SSIS package

    Daniel,

    I would agree with Andrew. This sounds like a case of your services running under a local account instead of an plain vanilla Domain (Active Directory) account. Local accounts can...

  • RE: Execution Plans Question

    Bhuvnesh (9/24/2013)


    Brandie Tarvin (9/24/2013)


    But it doesn't explain why the second update (which does much the same thing on different columns) is able to use its index. It does an Index...

  • RE: Execution Plans Question

    Hrmm... You know, you're right. I can't think of any reason why it wouldn't work in the INCLUDE list...

    Thanks.

  • RE: SQL 2008 Developer Edition

    The thing I'm concerned with is R2's extra capabilities. I'm developing stuff, but our environment is all regular 2008 (and the R2 is my personal copy that I have on...

  • RE: SSMS closes without warning during query run

    mar1jxm (9/20/2013)


    I have seen these type of cases when a Query Designer contains a SELECT INTO statement on a big table or it has several general T-SQL statements (IF, DROP...

  • RE: Execution Plans Question

    GAH. I keep forgetting that I can't create an index on the Extract column because the column is too big.

    I guess I'll have to live with the Key Lookup after...

  • RE: Execution Plans Question

    mister.magoo (9/20/2013)


    Query 4 is RBAR on acid!

    Tell me about it.

    Triangular join from hell with over 500 billion rows in one section. The comment says you are linking "3" records to...

  • RE: Execution Plans Question

    wolfkillj (9/20/2013)


    In just a quick review of your DDL, I didn't see an index that would cover this query. FIDX_StagingRecID2 comes close but it doesn't include the Extract_RI column.

    *headdesk*...

  • RE: Backup SQL agent Job

    This is no real best practice. And most people don't worry about the Transaction logs hitting at the "same time" as the Differential or Full backups because they deliberately create...

  • RE: Parsing a summary / detail flat file

    WayneS (5/13/2013)


    Brandie Tarvin (5/13/2013)


    So, any ideas?

    Brandie, Try this out:

    Wayne, YOU DA MAN!

    I've been fighting a lot of fires lately and the coworker didn't quite understand everything you posted, so it's...

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