Viewing 12 posts - 151 through 162 (of 162 total)
Read all the articles/links, good stuff. I'm going to try Eugene's suggestion of SELECT...INTO with UNION (I have duplicates in my data) and then try the key lookup solution...
August 16, 2011 at 2:26 pm
Eugene Elutin (8/16/2011)
bwoulfe (8/16/2011)
...It's setup with temp table right now and the performance is just ok. I may just need to stick with a temp table but rewrite it...
Using...
August 16, 2011 at 8:18 am
They want it returned with an OUTPUT parameter from the stored procedure. It's setup with temp table right now and the performance is just ok. I may just...
August 16, 2011 at 7:53 am
Eugene, so the count is returned as a column in the resultset? I already tried something similar and it wasn't an accepted solution...:(
I never understood why not, but I'm...
August 16, 2011 at 7:14 am
Eugene has it right, it returns the number of records that were returned after paging. I need to know how many would have been returned had there been no...
August 16, 2011 at 7:08 am
Interesting solution. I'll have to try and wrap my head around that one. Not seeing how I would return the total count as an output parameter though? Wish...
August 15, 2011 at 3:03 pm
Thanks for the response. I will give it a read!!
🙂
August 2, 2011 at 9:55 am
Gila answered one of my questions about the unique constraint/unique index already.
I do still have a question about the when to use clustered indexes section though. The sentence below...
August 2, 2011 at 9:46 am
I think I got it to work with a scalar function. Just running into a one-to-many relationship problem now, which I should be able to resolve. Thanks for...
June 28, 2011 at 3:00 pm
Thanks Ninja! I think that did it. I was right, I was over thinking the problem and made it more complicated than it needed to be. I...
May 24, 2011 at 11:47 am
Thanks for the reply. Yeah, sorry if I wasn't clear enough. My biggest problem has been splitting the returns and sales and then doing the quantity counts and...
May 24, 2011 at 10:52 am
Viewing 12 posts - 151 through 162 (of 162 total)