Viewing 9 posts - 1 through 9 (of 9 total)
Josef -
Thanks for the short editorial 'On Being the Exceptional DBA'. I enjoyed it. And congrats on the well deserved recognition. I love the quote from your...
July 13, 2010 at 3:14 pm
I don't know why statistics are disabled. I'm afraid it's not a temporary condition, though... unless I can convince them to rethink it! The one person that I...
March 17, 2010 at 3:35 pm
Thanks everyone for the input. Here's what I found out:
First I should disclose that I am not a DBA at my work, I am a developer. After some prodding,...
March 17, 2010 at 3:19 pm
@J-F Bergeron -
This is how I'm creating the table:
CREATE TABLE #Temp ( ID INT NOT NULL )
INSERT INTO #Temp
SELECT ID
FROM PermanentTable WITH (NOLOCK)
WHERE Date <= @Date
ALTER TABLE #Temp ADD...
March 17, 2010 at 1:06 pm
Sorry, I don't mean to come off as secretive, but I'd probably get fired for posting code. That issue was raised by the very top of our management only a...
March 17, 2010 at 12:44 pm
Thanks for these amazingly fast responses!
What do you mean "Try the index?" I created the #Temp table, inserted the rows and then created the index. ...
March 17, 2010 at 12:32 pm
Thanks for posting this info. I also have some situations where several sprocs access the same tables for different purposes. It'll be nice to get specific performance change details system...
December 1, 2009 at 7:37 am
I've been a donor for the past 4 years. What got me started was donating plasma for my son. He needed heart surgery when he was 10 months...
October 30, 2009 at 9:23 am
@Old Hand -
Thanks very much! That's a great solution.
@jeff -
I'd read that article once a long time ago. Thanks for reminding me about the problems with...
January 14, 2009 at 6:46 am
Viewing 9 posts - 1 through 9 (of 9 total)