Viewing 15 posts - 601 through 615 (of 15,381 total)
Not sure why people think this was a trick question. The question is pretty clear. "What will be the column names of the result sets from this code in the...
December 5, 2017 at 8:37 am
Then there are those who don't understand basic T-SQL well enough to understand what...
December 4, 2017 at 1:44 pm
December 1, 2017 at 9:52 am
December 1, 2017 at 9:11 am
December 1, 2017 at 9:05 am
November 28, 2017 at 2:19 pm
I wouldn't use a GUID at all if I can avoid it... Sequential or otherwise...
Totally agree.
One of the advantages of guid is the...
November 28, 2017 at 12:56 pm
November 28, 2017 at 9:22 am
November 28, 2017 at 8:55 am
November 28, 2017 at 8:37 am
November 28, 2017 at 8:13 am
Not really sure what you are trying to do here but I think you could simplify your query to something like this.
select id_product
, Total = SUM(COALESCE(received_qty,...
November 28, 2017 at 8:01 am
What are you trying to accomplish? Your query seems overly complicated for the output you are receiving.
November 28, 2017 at 7:55 am
We have a new junior developer who insists on looking up descriptions using...
November 28, 2017 at 7:33 am
Viewing 15 posts - 601 through 615 (of 15,381 total)