Viewing 15 posts - 1,276 through 1,290 (of 4,820 total)
I have a Transfer SQL Server Objects task to copy tables from SQL 2005...
May 17, 2018 at 1:45 pm
Another twist is disabling the execution account, or rather removing it from the configuration,...
May 17, 2018 at 1:38 pm
May 17, 2018 at 1:26 pm
May 17, 2018 at 12:15 pm
May 17, 2018 at 11:08 am
Okay, had a chance to look at this, and the following might get you started. I couldn't quite figure out how to BULK IMPORT the file, so I decided to...
May 17, 2018 at 10:38 am
Yeah, we only do use a few hundred but the data is scattered all...
May 17, 2018 at 6:16 am
Well, I'm not sure why you would want to drop existing data as it would likely see re-use. Here's perhaps the critical question or two: Can you export pretty much...
May 16, 2018 at 1:26 pm
May 16, 2018 at 10:35 am
May 16, 2018 at 10:08 am
May 16, 2018 at 9:21 am
The expression you are using appears to me to be a problem:= IIF( Fields!Description.Value="Receipts", SUM(IIF( Max(Fields!Amount.Value), "ProductCode"), Nothing))
The 2nd IIF function doesn't have a boolean expression, it...
May 16, 2018 at 9:02 am
May 16, 2018 at 8:55 am
You probably didn't get an answer because it's not at all clear as to exactly what you have going on in your report. We know that you have a matrix,...
May 16, 2018 at 8:50 am
Viewing 15 posts - 1,276 through 1,290 (of 4,820 total)