Viewing 15 posts - 61 through 75 (of 184 total)
sorry here is sample data from concatenation
Nov 1 2010 1:29PM \ Nov 1 2010 11:13AM
Nov 9 2010 8:23AM \ Nov 11 2010 8:46AM
Nov 11...
December 28, 2010 at 8:52 am
Have to shink lack of space, trying to see what is wrong, this issue just popped up,
October 15, 2010 at 12:40 pm
Here it is, I get the plan look but this is more telling
for the left outer join
Table 'cms_PatientStaging'. Scan count 34, logical reads 842, physical reads 0, read-ahead reads 0,...
October 13, 2010 at 1:19 pm
Interesting, tried that the left outer join was faster and more efficient
October 13, 2010 at 12:59 pm
I went from not in to left outer join, went from 87 seconds to 2 seconds
WEEEEEEEEHHHHHHHHHHHHHHHHHHHHHEEEEEEEEEEEEEEE
October 13, 2010 at 12:34 pm
I plead some ignorance in trying to get not exists to work the syntax below returns and error
SELECT patid + facid
FROM pharm.dbo.cms_PatientStaging
WHERE...
October 13, 2010 at 10:14 am
Is an indexed view allowed without the schemabinding?
October 8, 2010 at 10:03 am
Just as any FYI, tested going from a sql 2008 box with one cpu, and 6 gig of RAM, still ran fast as compared to the other way, I beleive...
September 27, 2010 at 1:10 pm
No but still pretty close, several minutes verus seconds is large
September 24, 2010 at 12:04 pm
There is actually more data on the sql 2005 side than on the 2008
September 24, 2010 at 9:06 am
But why when the query is run on the 2008 server the query back to the data on the sql 2005 server should still be slow. It isn't, no...
September 24, 2010 at 8:56 am
Good point for now I am running it under same account when it works and when it fails
August 16, 2010 at 1:16 pm
All previous servers I setup used service account "A" for the SQl Server Services. This account also had an exchange account and has always worked. The new server...
July 27, 2010 at 11:59 am
Viewing 15 posts - 61 through 75 (of 184 total)