Forum Replies Created

Viewing 15 posts - 9,271 through 9,285 (of 9,701 total)

  • RE: Best Config For Two Disks

    The problem with splitting TempDB is that it doesn't work very well if you're putting all the files on the same logical drive. The idea behind there being a...

  • RE: How much time every day?

    Then take what I said and reverse engineer it a little. Since you're already inside, you know what the weaknesses in the system are. Start documenting them.

    One of...

  • RE: How much time every day?

    Xintanaka,

    It sounds to me like you're trying to justify to this small company why they should hire you, correct?

    In that case, don't take impersonal data and usethat as a justification....

  • 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.

Viewing 15 posts - 9,271 through 9,285 (of 9,701 total)