Viewing 15 posts - 1 through 15 (of 16 total)
Following up a little more on my earlier comment...
The hardware issue is also covered by disc mirroring on our production servers. The most common "disaster" I have had to deal...
March 10, 2009 at 6:38 am
I disagree with the answer, but I guess it depends on your definition of "disaster". Having to restore a database because of hardware failure is extremely rare. Much more common...
March 9, 2009 at 8:02 am
Collation is another battle I have scars from already. This is actually a SQL Express application and I had to write the install for the product and SQL Express. Because...
January 5, 2009 at 6:51 pm
Even though you have a few, I figured I would let you know what I have done. I didn't want to chage the production code but test what happened when...
October 31, 2008 at 6:37 am
I have had that discussion with other developers here and I thought SQL did a pretty good job. I lean toward creating single statements whenever possible to give SQL server...
October 17, 2008 at 10:02 am
Grant Fritchey (10/17/2008)
AND ap.ProcedureID <> ap1.ProcedureID
If ProcedureID is the leading edge of the index used...
October 17, 2008 at 9:29 am
Thanks. I may try the temp table. The reason I didn't try to provide all sorts of detail is that I was/am trying to ask a somewhat generic question. If...
October 17, 2008 at 9:25 am
I figured it out - a bonehead move on my part. We keep our database in source control by scripting it with DB Ghost. To get changes, I script anything...
October 6, 2008 at 11:17 am
I am running my own server instance on my machine; I have total control.
October 6, 2008 at 11:00 am
That fix does nothing for me; still zero records from a datbase that is very suspect as far as optimization goes. I am not a DBA and this database is...
October 6, 2008 at 10:40 am
What steps do you need to take to prepare a database for this to return anything? I run it on our database, which has over 400 tables and over 1000...
October 6, 2008 at 6:06 am
Jeff Moden (9/19/2008)
September 20, 2008 at 4:05 am
Don't worry about me; I am cocky enough about what I do well to take a beating on what I can't without wincing (much 🙂 )...
I have learned a few...
September 19, 2008 at 11:43 am
Jeff Moden (9/19/2008)
September 19, 2008 at 8:47 am
Viewing 15 posts - 1 through 15 (of 16 total)