Viewing 7 posts - 1 through 7 (of 7 total)
Thanks a lot its working perfect, but is there any way to prevent the MainGroup.Name from output more then one time.
SELECT Aydin.MainGroup.Name, Aydin.SalesFigures.ArticleNo, Aydin.Article.Name, Aydin.Article.QuantityPerUnitTextSale,
STR(round(SUM(CASE WHEN PERIOD = 1...
September 13, 2011 at 8:39 am
Thank you for this solution.
One issue is solved now I´m displaying 0 instead of NULL in all the columns except the total column it still displays NULL when at least...
September 12, 2011 at 6:54 am
We have 16GB of RAM sqlservr.exe takes all 14,5GB
April 27, 2011 at 9:05 am
Thanks it works perfect after adding an alias to the columns that was computed or concatenated.
I need to understand the scope of the variables and to know if @testResults is...
July 2, 2010 at 1:31 am
Msg 8117, Level 16, State 1, Line 5
Operand data type varchar is invalid for subtract operator.
July 1, 2010 at 6:53 am
Parsing the code is green but when executing I´m geting the following error I know it has to do
with the single and double qoutes can you please help to correct...
July 1, 2010 at 6:45 am
I mean the rows selected if there is any.
What I want is:
If there is any rows then I send the mail
If not then I´ll skip the mail.
June 28, 2010 at 11:41 pm
Viewing 7 posts - 1 through 7 (of 7 total)