Viewing 15 posts - 271 through 285 (of 2,278 total)
It is failing because of truncation. Try changing (DT_STR,100,"1252") to (DT_STR,150,"1252")
October 2, 2012 at 6:56 am
Rather than use filters, try using parameters in your dataset query.
October 2, 2012 at 6:54 am
SQLRNNR (10/1/2012)
crookj (10/1/2012)
Daniel Bowlin (10/1/2012)
crushThe Orange Crush...
Smashing Pumpkins
Rock Star
October 2, 2012 at 6:40 am
This might be useful.
http://www.bidn.com/articles/integration-services/234/handling-complex-text-files-in-ssis
October 1, 2012 at 12:32 pm
Going at it directly with the width property won't work as you have already discovered. The only solution I can come up with is to get very complicated with...
October 1, 2012 at 7:19 am
I would just use a date/calendar table: a table containing nothing but dates and date parts. Here is some sample data of a few of the columns I have...
September 28, 2012 at 7:27 am
This isn't really what you are asking for but I consider it a best practice to show the parameter values in the header of each report. Just another approach...
September 28, 2012 at 7:15 am
Steve Jones - SSC Editor (9/26/2012)
dma-669038 (9/26/2012)
September 26, 2012 at 1:49 pm
Have you tried the ConsumeContainerWhitespace property?
September 4, 2012 at 8:15 am
Monday, though it's really Tuesday
(Those of you in the US and Canada will understand better what I mean!)
Are you saying that Tuesday is the new Monday?
September 4, 2012 at 8:09 am
I would use a link in the report to the logo, and build the link dynamically based on the company the report is being run for. You could use...
August 27, 2012 at 9:44 am
Viewing 15 posts - 271 through 285 (of 2,278 total)