Forum Replies Created

Viewing 15 posts - 32,401 through 32,415 (of 39,744 total)

  • RE: Configure tempdb on new drives

    While I've rarely had performance issues with RAID 5, there are definitely good arguments to use RAID 10 instead if you can afford the space.

    If possible, try to get an...

  • RE: The Effect of NOLOCK on Performance

    I think there is good reason to warn people of dangers, but I've always been a practical DBA, using whatever is in my toolbox and works. If inconsistent results are...

  • RE: Which One Do You Want?

    Very cool Jasmine, but you need some music on the video. Maybe the Top gun theme? Days of Thunder? Talledega Nights?

  • RE: Disk recommendations

    Depending on the log volume, RAID 1 or 10 for that.

    I'm not sure it's worth separating out the indexes from data for 10GB, or even 100GB. Depends on your query...

  • RE: Question of the Day for 23 Mar 2007

    OK, OK, apparently you guys can't tell the difference between 2382, the correct answer, and 2382 the wrong one D)

    The question has been corrected and points will be awarded back...

  • RE: Old editing...

    Anders,

    I'm torn myself, and this is likely something we'll do in the next version. A rewrite is underway as we write this, so I'll send this along.

  • RE: Ambition

    I wouldn't refuse to work outside of hours. Heck, I could refrain from drinking during the Super Bowl and go to work afterwards if I was needed.

    But it's an event...

  • RE: Ambition

    I'd pass on the deal then. No reason that the deal can't be made on Monday.

    Rest and balance are important. The more I deal with "crisis" in corporate situations, the...

  • RE: Where are all the good SQL developers/DBA/DW developers?

    Hopefully most of them have jobs

    I agree that often people misrepresent their skills, but I think that often they were successful because they...

  • RE: LiteSpeed backup for SQL 2000

    We've used Litespeed here for years, though now moved to Red Gate's SQLBackup for obvious reasons.

    Litespeed works well. A little pricey, so compare the value with other tools (SQL Backup,...

  • RE: is the SA the service account?

    Your jobs run under the SQL Server Agent service account. This account needs to log into SQL Server and likely did so because it got login rights because of membership...

  • RE: Steps to change the service account password

    In a clusered environment, you have two different instances (or more) of SQL server running. One is on each clustered node.

    The service account is found in Enterprise Manager under...

  • RE: What happens when tempdb fills a disk?

    You can truncate and shrink it, but if there's a process that needs that much space it will grow again. The idea is to size tempdb at it's max, so...

  • RE: Log - Creation of objects

    DDL Triggers are SQL Server 2005 only.

    In SQL Server 2000 the best solution I've come up with is to log a list of object names and versions from sysobjects and...

Viewing 15 posts - 32,401 through 32,415 (of 39,744 total)