Forum Replies Created

Viewing 15 posts - 4,081 through 4,095 (of 9,399 total)

  • RE: What would be the process to Upgrade a SQL Server 2012 Ent. Act/Pass Failover Cluster to a SQL Server 2014 Ent. Failover Cluster

    Markus (1/28/2016)


    In place upgrade is really not something you want to do. If the upgrade fails then you have a unstable system (possibly one that is dead) and no...

  • RE: CHECKing Values

    No matter what the wording of the explanation is, the point of the question (CHECK constraints) is a good one. It speaks to the topic of good design, which...

  • RE: Today's Random Word!

    crookj (1/28/2016)


    Ed Wagner (1/28/2016)


    Grumpy DBA (1/28/2016)


    Ed Wagner (1/28/2016)


    Grumpy DBA (1/28/2016)


    Ed Wagner (1/28/2016)


    BL0B_EATER (1/28/2016)


    Ed Wagner (1/27/2016)


    Ray K (1/27/2016)


    Ed Wagner (1/27/2016)


    Grumpy DBA (1/27/2016)


    SQLRNNR (1/27/2016)


    Fuzzle

    Manscape

    Yuck

    Ugh

    Charlie Brown

    snoopy

    Red Baron

    Frozen Pizza

    Delivery

    DiGiorno

    Homemade

    Shakey's

    Milk Shake

  • RE: What would be the process to Upgrade a SQL Server 2012 Ent. Act/Pass Failover Cluster to a SQL Server 2014 Ent. Failover Cluster

    I would start by reading Perry Whittle's stairway at http://www.sqlservercentral.com/stairway/112556/.

    I would then chose the option you didn't list:

    1. Install OS on new hardware and get the cluster created. Test.

    2....

  • RE: Restore using GUI

    It looks like you have the clicks right, but the best way is to use T-SQL.

    If you must use the GUI, be sure to not overwrite the production database.

  • RE: Why do I get this error ?

    mw112009 (1/28/2016)


    3.) My issue is why didn't the sp add the column to the table ? This is my strongest question. Had it done that, I would not have gotten...

  • RE: Today's Random Word!

    Grumpy DBA (1/28/2016)


    Ed Wagner (1/28/2016)


    Grumpy DBA (1/28/2016)


    Ed Wagner (1/28/2016)


    BL0B_EATER (1/28/2016)


    Ed Wagner (1/27/2016)


    Ray K (1/27/2016)


    Ed Wagner (1/27/2016)


    Grumpy DBA (1/27/2016)


    SQLRNNR (1/27/2016)


    Fuzzle

    Manscape

    Yuck

    Ugh

    Charlie Brown

    snoopy

    Red Baron

    Frozen Pizza

    Delivery

    DiGiorno

    Homemade

  • RE: Today's Random Word!

    Grumpy DBA (1/28/2016)


    Ed Wagner (1/28/2016)


    BL0B_EATER (1/28/2016)


    Ed Wagner (1/27/2016)


    Ray K (1/27/2016)


    Ed Wagner (1/27/2016)


    Grumpy DBA (1/27/2016)


    SQLRNNR (1/27/2016)


    Fuzzle

    Manscape

    Yuck

    Ugh

    Charlie Brown

    snoopy

    Red Baron

    Frozen Pizza

    Delivery

  • RE: Why do I get this error ?

    ChrisM@Work (1/28/2016)


    Ed Wagner (1/27/2016)


    As a bit of a sidebar, I have to ask about the performance of your procedure. I saw a scalar function, non-SARGable join predicates, non-SARGable where...

  • RE: CHECKing Values

    It looked so simple that I found myself looking for the trick. Thanks, Steve.

  • RE: Today's Random Word!

    BL0B_EATER (1/28/2016)


    Ed Wagner (1/27/2016)


    Ray K (1/27/2016)


    Ed Wagner (1/27/2016)


    Grumpy DBA (1/27/2016)


    SQLRNNR (1/27/2016)


    Fuzzle

    Manscape

    Yuck

    Ugh

    Charlie Brown

    snoopy

    Red Baron

  • RE: Quirky behavior with sp3?

    Uh oh. I haven't heard of anything quirky with SQL 2012 SP3 yet, but would be very interested if anything comes up. I haven't installed it yet and...

  • RE: Today's Random Word!

    Ray K (1/27/2016)


    Ed Wagner (1/27/2016)


    Grumpy DBA (1/27/2016)


    SQLRNNR (1/27/2016)


    Fuzzle

    Manscape

    Yuck

    Ugh

    Charlie Brown

  • RE: rolling 12 months

    What Michael posted about the calculation on the column (which is called a non-SARGable predicate) is spot on. This is inefficient with a table of any size, but you'll...

  • RE: Send a big CSV attachment with sp_send_dbmail

    Since you said you can send your results if you're sending less than 4000 rows, it sounds like you have database mail set up correctly. I don't think there's...

Viewing 15 posts - 4,081 through 4,095 (of 9,399 total)