Viewing 15 posts - 421 through 435 (of 458 total)
GilaMonster (5/28/2012)
The term you're looking for is 'materialise'
Sorry, sloppy terminology. I do try to use correct wording, but I slipped on this one.
SQL doesn't materialise views when running queries. Views...
May 28, 2012 at 9:33 am
Andy Hyslop (5/28/2012)
May 28, 2012 at 9:14 am
GilaMonster (5/28/2012)
pdanes (5/28/2012)
May 28, 2012 at 9:00 am
Andy Hyslop (5/28/2012)
so please spare me the 'Post your SQL' spankings
Not a good way to ask for help or advice!! 😉
Maybe not, but I often get that in response to...
May 28, 2012 at 8:19 am
Eugene Elutin (5/24/2012)
Ask electrician to connect your server room power supply via your floor light switch, so when the...
May 28, 2012 at 8:01 am
Okay, got it. Thank you both, maybe I was thinking about the error 8623 mentioned on that page. Not a problem in my case, there can never be more...
May 21, 2012 at 5:14 am
According to BOL, an IN clause is the same as the different elements with OR constraints.
Oh? I didn't know that, and I seem to remember reading that multiple ORs are...
May 21, 2012 at 3:59 am
I sometimes feel like all I'm doing is learning new things. And as soon as I do learn something, it's on to some other project and what I just learned...
May 13, 2012 at 10:09 am
Matthew Darwin (5/11/2012)
May 11, 2012 at 6:39 am
So far, in my experience, the solution which has performed quickest for this kind of operation is the self join with a proper covering index, it just always seems to...
May 11, 2012 at 6:24 am
You can look up ROW_NUMBER, RANK, DENSE_RANK functions in Books Online or Google
I am sure you will get lots of articles and examples on the same which can't be provided...
May 11, 2012 at 6:20 am
I tried it and I do get only three rows, but what determines which one is returned by the RowNumber function? Or rather, what does the RowNumber function mean? It's...
May 10, 2012 at 3:21 pm
Thanks, Coffee, I did run across some examples on the web using 'OVER', but didn't really understand them. Your example looks quite clear - I will study it and try...
May 9, 2012 at 1:14 pm
Good point about the duplicate maximums - I hadn't thought of that. It can't happen in this dataset, but in the general case it's certainly a possibility. I suppose you're...
May 9, 2012 at 11:10 am
Thank you, Gazareth, I do know something about indexing and such. If I get stuck on that, I'll start a new post. My question was about the -CONCEPT- of whether...
May 9, 2012 at 10:23 am
Viewing 15 posts - 421 through 435 (of 458 total)