Forum Replies Created

Viewing 15 posts - 151 through 165 (of 588 total)

  • RE: Changing login for SQL Service account

    Got it figured out!

    Not enough space for the profile for the new account was the cause. I looked at the space and saw 400 mb available, didn't think space...

  • RE: Changing login for SQL Service account

    I've tried it both ways, first using the configuration manager, then from Services, same problem either way.

    One thing I did notice after original post. Whenever SQL tries to start...

  • RE: Problem with transaction inside loop

    Trace out the flow of begin transactions and commits/rollbacks, or take away the while loop and write it all out as one long series.

  • RE: Problem with transaction inside loop

    Bug in the code =) Transactions for ID's between 1 and 5 never get rolled back.

    Need to add the following lines

    else

    rollback trans

    This would make the complete...

  • RE: Is XML the Answer?

    The place I work now use XML, a LOT. And a lot of the time in the wrong ways. Luckily we have finally agreed on a standard: Relational...

  • RE: Seeing Double

    Steve Jones - Editor (4/25/2008)


    Anders, great point in compatibility, but if this is a sticking point, would it not make some sense to force the change before you can upgrade...

  • RE: Seeing Double

    Steve Jones - Editor (4/25/2008)


    Keith,

    I think you're right, but that's why we have compatibility mode. If it's < 10 or 11, then allow them, but in new versions don't.

    But that...

  • RE: Seeing Double

    Actually there are a few (very specialized) reasons for allowing duplicate indexes to be allowed.

    In one place I worked there was a lot of embedded SQL in the application...

  • RE: Table Level Access

    I can dismiss it out of hand! It helps that my application architect and I (Database Architect) both agrees on it =)

    Jack,

    I agree, if the options are dynamic SQL...

  • RE: Table Level Access

    Horrible idea in my opinion.

    Who cares if a developer saves 10%-20% (the numbers I have heard bandied aroud) by using LINQ during development time? How much time in man...

  • RE: Storage Size

    Without couting them all up.... there are 150 Nvarchars, so the answer has to be somewhere above 300 bytes....

  • RE: The New SQL OS

    Good one!

    But...

    Wasn't this sort of how SQL 6 and 6.5 worked? At least if I remember correctly those two (and I assume 4.2) bypassed the OS for IO functions...

  • RE: Bad Automation

    I accidentally rebooted my main production SQL Server because of this a few weeks back. In the middle of the day. One of the patches we had applied...

  • RE: On call packages

    I've never had a contract, but these are issues I have learned to discuss with my boss before I take a job:

    If I work after midnight, I come in late...

  • RE: Synchronize data

    I restore from prod and make it the developers responsiblity to keep scripts to get THEIR changes back on after restores.... Amazingly enough after the first time you over...

Viewing 15 posts - 151 through 165 (of 588 total)