Viewing 15 posts - 541 through 555 (of 645 total)
massoud-1045248 (3/14/2011)
CreateAssemblyAndAggregate.sql
Also when I try to create the procedure below I get an error. I named the...
March 15, 2011 at 2:05 pm
Ajit, this is an interesting approach to the problem, but most likely it is just adding complication via over-engineering when a much simpler solution appears to be available.
1) The most...
February 26, 2011 at 7:31 am
ian.gregson (2/14/2011)
These output column names are what I want to build my test...
February 14, 2011 at 8:12 am
ian.gregson (2/10/2011)
My scenario :- I will receive Column A, Column B & Column...
February 12, 2011 at 3:06 pm
I definitely agree that there are very valid occasions to use a NoSQL option as a solution and to rule them out entirely is just as silly as wanting to...
January 11, 2011 at 10:20 am
CirquedeSQLeil (1/4/2011)
January 4, 2011 at 2:11 pm
Hey Jason. Nice article and one question. In your two main examples the difference is the WHERE condition that constrains the results to 10 rows as opposed to...
January 4, 2011 at 1:50 pm
Adam Machanic (1/4/2011)
Garbage in, garbage out. If you pass in nonsensical data that lacks a key, you'll get back a nonsense answer. Break the ties and everything works fine.
D'oh! ;-)...
January 4, 2011 at 10:26 am
gabriele.acconcia (1/4/2011)
DECLARE @a int = 1
January 4, 2011 at 10:19 am
Mark-101232 (1/4/2011)
January 4, 2011 at 9:55 am
timothyawiseman (1/3/2011)
January 3, 2011 at 12:34 pm
Charles Kincaid (1/3/2011)
You have to apply all of these through a filter of sense.
Of course. That is what the article was about: making sensible/reasonable choices.
January 3, 2011 at 12:23 pm
Nadrek (1/3/2011)
You have limited CPU, limited disk...
January 3, 2011 at 12:19 pm
rlobbe (1/1/2011)
SQL Server is going to fetch a block (or several) at a time,...
January 3, 2011 at 12:15 pm
Thomas-282729 (1/1/2011)
January 3, 2011 at 12:10 pm
Viewing 15 posts - 541 through 555 (of 645 total)