Viewing 15 posts - 151 through 165 (of 429 total)
CELKO (5/15/2012)
May 16, 2012 at 5:41 am
Initially I was always fascinated by table variables till I found some problems. When I started my new job 2 years back, I was given the task first up to...
May 16, 2012 at 5:19 am
Michael Valentine Jones (5/15/2012)
chandan_jha18 (5/15/2012)
I had a procedure where there was a condition in where clause:
where ISNULL(d.[RejectReason], 0) IN (240,241,300,301)
The column RejectReason is int,null.
After going through several posts in this...
May 15, 2012 at 12:05 pm
Lynn Pettis (5/14/2012)
Tim Walker. (5/13/2012)
May 15, 2012 at 1:58 am
michael vessey (5/14/2012)
but without data i can't prove it
LEFT OUTER JOIN
(SELECT DsSupcode,DsLocationCode,TerminalNumber,MIN(recid) as recidmin FROM MOC_DT.dbo.TCN_Xref
WHERE
AND (group by...
May 14, 2012 at 8:21 am
Grant Fritchey (5/14/2012)
May 14, 2012 at 8:20 am
drew.allen (5/11/2012)
Also, please...
May 14, 2012 at 7:32 am
drew.allen (5/10/2012)
I think that part of the problem...
May 11, 2012 at 4:44 am
Dear Riya,
I saw a lot of posts and questions asked by you without much information and when you reply back, they read as if you just want people to email...
May 10, 2012 at 4:59 am
naralas.srikanth (4/26/2012)
Thanks ,it worked for me
glad to hear that. What was the issue you were facing and how this post solved your problem. We would liek to hear it so...
April 26, 2012 at 4:31 am
And here is the query without the view(but same where filters) and its actual plan. this works in 2-3 seconds. I am surprised and not able to find answers. I...
April 24, 2012 at 8:19 am
GSquared (4/24/2012)
Can you post any of the queries?
I am posting 3 items here. The query which takes 100 seconds, the view definition which is being used and the query plan...
April 24, 2012 at 7:53 am
Ok. Now a new twist in the tale. I forgot the view and coiped its definition of select command which displays so many columns and applied the proper where filters...
April 23, 2012 at 7:49 am
Thanks for you reply. If this is true, then it is going to kick my a** for ages because the select list in the view definition has around 20-25 columns...
April 23, 2012 at 7:35 am
GilaMonster (3/15/2012)
http://sqlskills.com/BLOGS/PAUL/post/A-SQL-Server-DBA-myth-a-day-%281230%29-tempdb-should-always-have-one-data-file-per-processor-core.aspx
Thanks. I will go through this article again, but can you read rest of my question about processors on the VM and clear some doubts.
Thanks Monster!
March 15, 2012 at 6:49 am
Viewing 15 posts - 151 through 165 (of 429 total)