Viewing 15 posts - 1,171 through 1,185 (of 3,348 total)
You posted this same question in another forum, and I replied there.
Please do not double-post.
January 8, 2016 at 5:46 pm
You would add a WHERE clause.
Yes, I know that this reply is probably too vague for your purposes. But so is your questions. Give us more details, and we can...
January 8, 2016 at 5:45 pm
DamianC (1/8/2016)
I have a table (policy) with approximately 1.5 million rows in it.
I have another table (userpolicy) with approximately 100k rows.
The first table has a column called policyid
The second table...
January 8, 2016 at 5:44 pm
I didn't run your code, but if it gives you all dates and you need only those between two dates, then you probably can just add WHERE calDate BETWEEN @StartDate...
January 8, 2016 at 4:42 pm
I agree with Jeff on asking the author.
However, I also wonder why you want to filter out duplicates at the CLR side. Isn't it more efficient to filter them in...
January 8, 2016 at 4:36 pm
Thanks for the link, Jacob! That post confirms what I put out as speeculation.
January 8, 2016 at 9:24 am
Okay, did a small test and confirmed that my faith in Gail was justified (and my faith in my own understanding of index internals was not). After creating a test...
January 8, 2016 at 9:22 am
Jeff Moden (1/8/2016)
The subject matter for this post starts at time marker 11:50.
Thanks, Jeff! Found it, watched it, and Gail is pretty explicit about it.
Coming from a lot of people,...
January 8, 2016 at 9:01 am
Zohaib Anwar (1/8/2016)
Sean Lange (1/7/2016)
Zohaib Anwar (1/7/2016)
I am trying to build attached query that is mentioned in the word document. I am struck on one point that is point number...
January 8, 2016 at 5:16 am
erics44 (1/8/2016)
Hugo Kornelis (1/8/2016)
Jeff Moden (1/7/2016)
Alan.B (1/6/2016)
You can't write a recursive CTE with using pre-CTE features.
Technically correct because only an rCTE can be an rCTE but the rather well...
January 8, 2016 at 2:40 am
er.mayankshukla (1/8/2016)
In a unique non clustered index, the clustered key comes to leaf level only
in a...
January 8, 2016 at 2:38 am
Koen Verbeeck (1/8/2016)
rodjkidd (1/8/2016)
BWFC (1/8/2016)
BrainDonor (1/7/2016)
I see that SQL Saturday Manchester has been announced - same venue as last year, 22/23 July.
Where did you see that? I can't find...
January 8, 2016 at 2:35 am
First: Are you moving from SQL Server 2012 (or older) to SQL Server 2014 (or newer)? In that case, the issues are most likely caused by the changed to cardinality...
January 8, 2016 at 2:28 am
There are unfortunately no answers to broad and generic questions like this.
As a rule of thumb, giving SQL Server more information is always better - not just for performance (your...
January 8, 2016 at 2:14 am
Jeff Moden (1/7/2016)
Alan.B (1/6/2016)
You can't write a recursive CTE with using pre-CTE features.
Technically correct because only an rCTE can be an rCTE but the rather well advertised rave in...
January 8, 2016 at 1:50 am
Viewing 15 posts - 1,171 through 1,185 (of 3,348 total)