Forum Replies Created

Viewing 15 posts - 5,776 through 5,790 (of 6,486 total)

  • RE: Wiggle Room

    It's Friday night, and I just can't help myself. I keep giggling when I see the title of this editorial because of this cheesy commercial that keeps playing in...

  • RE: Display contents of while loop

    I don't know what constitutes "best" in this case - I'm pretty Peter's beats mine performance-wise.

    That being said - thanks for the feedback!

  • RE: DateTime as an Integer any advantages

    Also - datetimes are already numeric (albeit float/double). I'd say the deficits outweigh any benefits (nothing like having to cast it to varchar first, then to datetime), just to...

  • RE: Wiggle Room

    Steve Jones - Editor (11/9/2007)


    As far as Antares, his long hair makes him look like the expert, and they probably love that. Especially when working with strange hardware 😀

    Here here....

  • RE: Hardware for multi-instance DB server

    You buy dev "licenses" as CAL's. 10 developers = 10 developer editions = 10 *45$. If you have ten testers, throw 10 more in. It's still less...

  • RE: Retrieving the value of the variables dynamically

    If you're starting out with a table, why are you extracting the data to variables, and then inserting the variable back into another table?

    what about

    Insert table2

    select id1, name, address from...

  • RE: Wiggle Room

    I think it all really comes down to - what is the business trying to "purchase"? In the days of yore when consultant = high-level expert, the relative COST...

  • RE: Query Performance in 2 Server

    Also - keep in mind that if it IS a virtual server - the hardware is actually being shared with other instances. Meaning - it's entirely possible that the...

  • RE: Adding a column to a table

    Brandie Tarvin (11/9/2007)


    I agree that the variable is better and faster, but I wanted to put an alternate suggestion out there just in case.

    Brandie - (I was actually agreeing with...

  • RE: Adding a column to a table

    Brandie Tarvin (11/9/2007)


    Or, if you have to sum the entirity of Col1 first, then create a second Temp table with a column that is the sum of the entirity of...

  • RE: HA Decision - Mirroring or Log Shipping?

    happycat59 (11/8/2007)


    I am inclined towards mirroring. It is so much easier to manage and if you do wish to have automatic failover, that is just so easy to get...

  • RE: Best practice for applying set based updates

    Given that SQL server is essentially a large set processor, in my mind, no - there really aren't a lot of disadvantages. Or rather - since SQL is so...

  • RE: set n select

    hmm... several issues.

    First - unless you plan on inserting the literal 'select jobname from job' (meaning - the STRING "'select jobname from job'") into every jobname, the syntax is wrong....

  • RE: A problem happend when i try to attach a database

    if you copy it directly from a CD - at times the RO flag is set on the file as well...

  • RE: Hardware for multi-instance DB server

    Also - the cheapest way to license a DEV/QA environment is to license each of the DEV users with SQL Server Develoiper EDITION (45$/seat or so). No server component...

Viewing 15 posts - 5,776 through 5,790 (of 6,486 total)