Viewing 15 posts - 181 through 195 (of 805 total)
Been there, done that, bought the T-Shirt 🙂
I do suspect though that it would be quicker to disable everything and slowly work forward until you find the problem. It's a...
August 12, 2008 at 8:30 am
It's not a bad way of logging. I have been using a similar version for a while and had no problems.
I would say though, include normal text file logging as...
August 12, 2008 at 8:28 am
What are you looking for? If you want to add soem pregress messages, you could use dts.events.firexxxxx
Those will write out the event to the progress and if you have any...
August 12, 2008 at 8:25 am
I really doubtit was a problem. Your destination was probably just slow or blocked. Possibly your source blocked (I cannot remember what the source was)
August 12, 2008 at 8:20 am
While this is a perfectly valid solution if you don't want to use the variable / delete option, I would rather pass the folder to the script task and use...
August 12, 2008 at 8:15 am
I smell a rat. I really do.
It's great that you been doing things for government and military and all that. Fantastic you felt the need to add it.
Now, the fact...
August 12, 2008 at 8:09 am
wow. Talk about many was to skin a cat. Some convoluted methods at that.
Just use a row count component, set the value to a variable, after your data flow,...
August 12, 2008 at 7:37 am
Just reread, you cannot do what you are trying. The value of the variable HAS TO BE A VALID SQL STATEMENT.
You variable expression will be "Select * From " +...
August 12, 2008 at 7:30 am
There is no limitation other than 4000 characters.
So long as the value of your variable is a valid SQL statement, it will work.
As for the variable using another variable, look...
August 12, 2008 at 7:28 am
Top of your code you must have Imports System.xml
Alos, Menu > Project > References > System.xml
That should do it.
August 12, 2008 at 7:21 am
Nothing wrong with what you are doing. How sure are you that it is valid xml. msgbox it? Write it to text file and see. If the DOM is...
August 12, 2008 at 7:13 am
It's by design. Only every third row is allowed...
Really though, the destination is applying back pressure. As the union all task is an async task, it can accept lots and...
August 12, 2008 at 7:05 am
Redirect the rows from the convert and see what the row is that is complaining. Probably find......it is not convertable 🙂
August 12, 2008 at 7:01 am
No no no no. SSIS is not designed to be modified at run time. That is a bad idea. While it can be done, you should not. As everyone above...
August 11, 2008 at 1:38 pm
Nothing wrong with doing it your way (provided you can always identify the header and footer) but I would not use a script task in the middle. I would use...
August 11, 2008 at 7:58 am
Viewing 15 posts - 181 through 195 (of 805 total)