Viewing 15 posts - 3,316 through 3,330 (of 5,111 total)
UNION is working exactly as intended. UNION doesn't add columns to a dataset, it adds further rows.
Without knowing your data this is a guess, but perhaps...
August 10, 2017 at 7:15 am
I assume it's running from some kind of Agent task? Could you set up a parameter instead, say CurrentDayNum. In the job you can set the value of the parameter...
August 10, 2017 at 7:07 am
August 10, 2017 at 6:01 am
August 10, 2017 at 5:35 am
When SSRS passes a set a values, it doesn't use an array. Arrays don't exist in SQL Server. Values for Multiple Values Parameters are passed as a delimited string. So,...
August 10, 2017 at 5:33 am
Unfortunately there seems to be language barrier here, but I don't understand what your question is.
You firstly seem to be saying you have a SQL Agent job that...
August 10, 2017 at 5:26 am
August 10, 2017 at 4:38 am
When you say you want to change the check, what do you mean exactly? Will the value of the @DayNum need to be a different value to evaluate to TRUE,...
August 10, 2017 at 4:18 am
August 10, 2017 at 2:13 am
Is it just for a specific subscription, or all of them? We have it set up on Exchange so that all emails sent our SSRS service account have specific text...
August 10, 2017 at 2:04 am
August 10, 2017 at 2:02 am
August 10, 2017 at 1:48 am
August 9, 2017 at 12:22 pm
What would your NULL value represent? If you are supplying a list of items, what would you expect a list of no items to return?
I ask as, for...
August 9, 2017 at 9:53 am
Viewing 15 posts - 3,316 through 3,330 (of 5,111 total)