Viewing 15 posts - 11,416 through 11,430 (of 22,219 total)
I wouldn't trust anything that guys says. He's a notorious crank.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 11:13 am
SQLRNNR (1/12/2012)
Grant Fritchey (1/12/2012)
I tried to engage in a meaningful way. It didn't work. I'm way done. Sorry for feeding the troll. Lesson learned until next time.
What exactly did you...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 10:56 am
I tried to engage in a meaningful way. It didn't work. I'm way done. Sorry for feeding the troll. Lesson learned until next time.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 10:23 am
And with one more post but no response to a polite and honest question, I'm declaring a troll and now opting out of this conversation. Have fun y'all.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 10:16 am
Ouch. I didn't catch the date types. Good one Paul.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 8:21 am
DeanORenO (1/12/2012)
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 7:49 am
David Burrows (1/12/2012)
DeanORenO (1/12/2012)
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 7:23 am
Personal answer:
All questions are valid.
That doesn't mean that all questions will receive a precise answer. Some questions are homework or people in interviews posting as they interview (it's been done)...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 6:53 am
Not sure about the issue. I've installed RC0 a couple of times with no problem. I didn't burn to a CD though. I used Virtual Clone Drive to mount the...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 6:35 am
There is a 2012 forum. It's the SQL Server 11 forum.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 6:34 am
Looking at the execution plan, your indexes may need some work. I would concentrate on the clustered index scan. You've got this as a predicate:
[CardData_Test].[dbo].[FleetcorOPIS].[start_date] as [O2].[start_date]<=[CardData_Test].[dbo].[transactions_recon].[TRDATE] as [R].[TRDATE] AND...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 6:31 am
Nuts. I was hoping one of you knew the answer to this. I wanted to put SQL Server on my Thrive.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 6:10 am
I just finished writing part of the chapter of my new book on troubleshooting memory issues. Let's see how it works.
First, check Memory:Available Bytes. Is that low? If so,...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 6:09 am
Was there a large data load on Monday? How about an index defrag process or something along those lines where large portions of the data would be affected and marked...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 6:00 am
DeanORenO (1/11/2012)
There is also this proclivity for answering questions with questions or turning the question on the asker, like most of the replies to my question will inevitably be.
I'm sorry...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 12, 2012 at 5:52 am
Viewing 15 posts - 11,416 through 11,430 (of 22,219 total)