Viewing 15 posts - 331 through 345 (of 2,278 total)
In the report manager, go to the properties tab for the report and add your description there.
August 1, 2012 at 11:21 am
How many basic SQL statements will you have? Perhaps you could use an expression based precedence constraint to channel the program flow to the correct Execute SQL Task for...
August 1, 2012 at 6:17 am
ChrisM@Work (8/1/2012)
opc.three (8/1/2012)
New day (at least in this time zone, Mountain) so new word:Worth
Throw
Catch
August 1, 2012 at 6:08 am
First take a look at Andy Leonard's blog on dynamic SQL in variables
http://sqlblog.com/blogs/andy_leonard/archive/2007/07/22/ssis-design-pattern-dynamic-sql.aspx
In his blog he demonstrates the creation of the dynamic SQL in a variable and then uses a...
July 31, 2012 at 3:32 pm
I agree that you should pay attention to leading and trailing spaces, in particular trim all of your text type columns. Where SQL Server will usually ignore those spaces,...
July 31, 2012 at 3:15 pm
If you are actually using the No Match Output of the Lookup transform:
All of the columns in the input are generally available in the output regardless of match or no...
July 31, 2012 at 11:28 am
I am assuming you are using the Execute SQL Task. You can map variables to the ? in the order they appear on the Parameter Mapping tab.
I...
July 31, 2012 at 11:15 am
I am not sure of the quantity represented by a lack, but I believe it is a pretty large number. You also say "Dump report." Is this a...
July 31, 2012 at 10:43 am
Brandie Tarvin (7/31/2012)
My random WOTD: Cookie!
Monster
July 31, 2012 at 10:36 am
Revenant (7/29/2012)
L' Eomot Inversé (7/29/2012)
. . . A word:- Frustration.Stress
Strestration: when your daily frustrations begin to turn into long term stress. 😀
My sniglet for the day. Does anyone remember...
July 30, 2012 at 11:34 am
You should work with your mail or Exchange admin
July 26, 2012 at 6:57 am
Generally I recommend using stored procedures as a rule for reports.
Create your SP to pull your data and save it to your table, then at the end of the SP...
July 25, 2012 at 9:27 am
rene-500237 (7/25/2012)
Hi,Please check with exchange admin that your host is allowed to relay.
Regards
I was going to say this as well, your report host may not have relay permissions outside the...
July 25, 2012 at 9:21 am
Viewing 15 posts - 331 through 345 (of 2,278 total)