Forum Replies Created

Viewing 15 posts - 9,286 through 9,300 (of 9,713 total)

  • RE: Another story published!!!

    And thanks to everyone for the congratulatory posts. I'm just soooo thrilled about this.

  • RE: Another story published!!!

    Matt, How did you know the plot of my tale???? Not only an upgrade gone wrong, but the entire Board of Directors standing over a poor DBA's desk demanding...

  • RE: xp_cmdshell Enable

    And to enable xp_cmdshell (if you haven't already), go to SQL Server Surface Area Configuration -> Features. This is where you can enable it. It'll be listed under...

  • RE: Help! Drowning! Runaway log file!

    Don't forget, if you're doing a lot of deleting (data from tables), these transactions do get logged. That could also be adding to the size of your Transaction Log....

  • RE: multi level grouping ?

    Don't forget that you don't have to do all your sorting & grouping in SQL Server itself. You can do some of it with the Groups in SSRS. ...

  • RE: how do you secure SQL against everyone?

    Ahh, who needs access to data anyway! Right? @=)

    I love the title of the book you co-authored. "How to Cheat at Securing SQL Server"... How much...

  • RE: Integer vs nchar(6) primary keys

    I would advise testing with both an int PK and a change of the nchar(6) to char(6). Run Profiler during the tests so you can see what it's doing....

  • RE: Restore a 2005 db to a 2000 server

    Thanks for checking that out, William. I appreciate the confirmation.

    So, pretty much any reversion from 2k5 to 2000 has to have the following traits:

    1) No use of 2k5 objects...

  • RE: Integer vs nchar(6) primary keys

    Remember that any datatype starting with the letter "n" is a Unicode-compatible datatype and requires extra overhead for processing. Because Unicode characters have so much more space in them...

  • RE: Oh no someone has snookered our transition plan!

    And remember, you don't have to install Reporting Services for SQL Server to function.

    SSRS is a separate install that you are required to choose (or not) during the...

  • RE: Identify a checklist for database relocation

    Matt Miller (11/13/2007)


    Anything that DOES just gets added to your tombstone:D

    First response: HA!!!!

    Second response: Oh no! AD jokes on a SQL forum. Run away! Run away!

    @=)

  • RE: Identify a checklist for database relocation

    Anything that doesn't kill you is something else you can add to your resume. @=)

    Good luck with your move.

  • RE: Restore a 2005 db to a 2000 server

    No, I haven't. I've never needed to revert. But even though that wizard is out there, I'm sure it can't revert everything.

    There are a lot of...

  • RE: Restore a 2005 db to a 2000 server

    Yeah, unfortunately you can't move a 2005 database to 2000 without a lot of work. Even then, something will probably fail.

    Kimberly Tripp (works for MS) actually said this about...

  • RE: Connection Manager Error moving data from SQL Server 2000?

    But in your previous post, you said you're writing "TO" SQL Server 2000. And that is what seems to be the problem to me. Check your destination source...

Viewing 15 posts - 9,286 through 9,300 (of 9,713 total)