Viewing 15 posts - 61 through 75 (of 241 total)
OK just out of curiosity
We have a similar scenario
A query that runs an inner join on a select statement on a linked server
If the linked server is unavoidable,what would...
November 14, 2014 at 2:13 am
ok in the end I added a copy file delete file step into the package
November 10, 2014 at 7:14 am
Tried that over the weekend,same result,the file could not be opened cause it's in use.
November 3, 2014 at 12:42 am
Txn,it was that simple
October 22, 2014 at 1:07 am
OK,that works thanks
October 17, 2014 at 1:26 am
Thank you for your answer,I guess it's not pratical to show that in one select so It might be better to split it up
October 2, 2014 at 8:32 am
Koen Verbeeck (9/24/2014)
That's what expressions are for 🙂
Resize the markers or make them invisible if necesssary.
=IIF(DateDiff("d",Parameters!bd.Value,Parameters!ed.Value) = 0,"3.75pt","0pt")
Will show the markers when only 1 day is selected
September 24, 2014 at 5:03 am
That would be a solution but what if the user selects to show all the data of the past 3 years,then the we wouldn't be able to see the graph...
September 24, 2014 at 4:31 am
Indeed cause the funny thing was this behavior in the program was only triggered when it ran/runs on schedule,when they manually ran the program it did not occur.
SO their were...
May 19, 2014 at 8:04 am
We found the issue apparently the program that was running the delete statements with that user reinserted the same records it just deleted.
May 19, 2014 at 5:55 am
Well its not a 'real' problem.
It's more me wondering why I should get truncation errors on colums while I'm expecting null values in that column & explicity said that the...
May 13, 2014 at 7:25 am
Phil Parkin (4/14/2014)
Resender (4/14/2014)
There no error message except for the validation error,cause that stops the execution of the rest of the package
I mean are you redirecting error rows - have...
April 14, 2014 at 5:24 am
There no error message except for the validation error,cause that stops the execution of the rest of the package
April 14, 2014 at 5:03 am
Phil Parkin (4/13/2014)
Did you modify the datatype of the column in both 'External Columns' and 'Output Columns'?
yes I changed them both from string DT_STR to DT_WSTR & that leads to...
April 14, 2014 at 1:41 am
When trying to execute with the colums put on unicode, via advanced editor
TITLE: Package Validation Error
------------------------------
Package Validation Error
------------------------------
ADDITIONAL INFORMATION:
Error at Pull [Source [1]]: The output column "VNDNAM" (1294) on the...
April 11, 2014 at 9:00 am
Viewing 15 posts - 61 through 75 (of 241 total)