Viewing 15 posts - 12,751 through 12,765 (of 13,838 total)
Yes, though you may have to script it.
What will the files contain?
May 26, 2009 at 6:20 pm
stricknyn (5/26/2009)
This seems pretty straight forward but I can't figure out why it's happening for the life of me. I have a package which has a script task....
May 26, 2009 at 6:14 pm
If this is something that you are running regularly, the export wizard doesn't give you what you want. I suspect that the package validation is giving you problems.
One possible way...
May 26, 2009 at 5:31 pm
If you are new to SSIS, how do you know that you need to add something to the toolbox as, presumably, you are not familiar with all of the existing...
May 24, 2009 at 2:31 am
Can you provide some sample data? If it's not ASCII, what is it?
May 21, 2009 at 9:55 pm
Is the Resultset property of the Execute SQL task set to None?
May 20, 2009 at 11:32 pm
This is difficult to answer without seeing sample before-and-after data, but it sounds like a merge join might give you the results you need.
May 20, 2009 at 11:00 pm
Accepted 🙂
In future, you could consider building your packages entirely in code. Then you would get the review features you desire, but it adds a significant layer of complexity to...
May 20, 2009 at 9:18 pm
Not sure - try it and see what happens!
For testing purpose, I usually just do a "SELECT TOP 5 * ..." as my datasource - makes things fast.
Phil
May 20, 2009 at 8:57 pm
My question was an honest one - as you're only new here, how am I supposed to make any assessment of your experience and knowledge? If I treated everyone like...
May 20, 2009 at 8:48 pm
Good practice dictates that you should name your target fields:
insert into t_RowCount(f1, f2) ....
Other than that, looks like it should work.
May 20, 2009 at 8:04 pm
Tom Bakerman (5/20/2009)
Yes, but how do you get back to the proper position in the visual editor?...
If you mean: "How do I get back to design mode?" the answer is...
May 20, 2009 at 7:48 pm
Your BLOB field on SQL Server will come into SSIS as data type text stream [DT_TEXT] and that is what it will remain through the pipeline, before it is output...
May 20, 2009 at 7:42 pm
Nice sample code, cheers Tim.
May 19, 2009 at 9:54 pm
Viewing 15 posts - 12,751 through 12,765 (of 13,838 total)