Viewing 15 posts - 136 through 150 (of 408 total)
With a single SAN head (e.g. just one CX300) I don't think I'd waste a lot of time looking at the SAN, much more likely that you've got a bug,...
November 1, 2007 at 10:16 pm
Best answer in this case is some education, best practice is to specify object owner pretty much all the time, saves SQL server from having to "find" the right object...
November 1, 2007 at 9:55 pm
Don't forget to have the storage folks take a look at fabric switches as well, if only some of your servers are affected while others are just fine, look for...
November 1, 2007 at 9:34 pm
With TempDb sitting at 60GB I'd take a good look and make sure that TempDB has enough room to grow as well - SQL 2005 makes a lot more use...
November 1, 2007 at 9:30 pm
If you're after some serious density and compute power take a look at Sun's Sun Blade 8000/8000p Chassis & Blades... they offer a quad proc blade and each blad has...
October 30, 2007 at 11:38 pm
If nothing else you can use constraints. triggers and referential integrity to enforce business rules. Ideally you could force your developers to use stored procedures, etc. for access to...
October 25, 2007 at 10:06 pm
Beat your developers. A simple try/catch/finally can handle just about any error you or I can come up with, if your application is not catching the database disconnect and...
October 25, 2007 at 9:38 pm
Also check to make sure you're not appending backups to an existing backup... you could very well have a file that contains multiple backups, check the contents of the...
October 22, 2007 at 9:40 pm
This particular article was short on detail but also pretty telling.
The "magic" of offshoring is rapidly declining, no so long ago the cost differential between a U.S. employee and an...
October 21, 2007 at 10:26 pm
I've got to chime in here, the locks question is entirely dependent on what type of activity is causing the locking. Though the poster didn't tell us why locks...
October 21, 2007 at 9:48 pm
30 Hours to backup... are you going straight to tape? Take a look at a backup compression product like Litespeed (Quest), SQL Backup (Red Gate) or SQL Safe (Idera) with...
October 21, 2007 at 9:43 pm
Lanny-
From your post it sounds like you're trying to identify the cause of your database growing beyond 80GB? If yes, you're likely just beginning an investigation that could take...
October 21, 2007 at 9:32 pm
In the U.S. I would use a service like Melissa Data that will accept a street address in pretty much any format and return the address broken down into it's...
October 21, 2007 at 9:27 pm
Probably the first question/answer I would seek is the expected time to recover should the shit hit the fan? As you've pointed out it would take "forever" to...
October 10, 2007 at 9:26 pm
Ed's comments on the specific behaviors of a SUN SAN are pretty much what I was after/hinting at.
All SANs are NOT CREATED EQUAL and the specific SAN (and fabric) in...
October 10, 2007 at 10:54 am
Viewing 15 posts - 136 through 150 (of 408 total)