Viewing 15 posts - 12,781 through 12,795 (of 13,876 total)
You have made a statement without asking any questions!
Please describe what the package does and at what stage it hangs.
May 27, 2009 at 10:15 pm
Or you could use OpenRowset to do it directly from T-SQL.
May 27, 2009 at 10:06 pm
zbleslav (5/27/2009)
Hi,First create excel file and make connection and then change property of "Excel Connection Manager" DelayValidation to True.
How does this accommodate the dynamic file-name requirement?
May 27, 2009 at 9:31 pm
Sounds like you want to stream out an OleDbDataReader to a text file. I'm no VB.NET guru, but that is certainly possible. You may have some formatting issues, but in...
May 27, 2009 at 9:28 pm
OK, we're getting there.
So, sounds like we need to get your dataset into a data source and feed that data source into a script component.
The script component will read the...
May 27, 2009 at 3:10 am
This looks like a T-SQL question to me - if so, this is the wrong forum. But as you're new here, that's OK 🙂
The error message actually tells you the...
May 27, 2009 at 3:02 am
I did not write my question very clearly, my apologies.
What I meant was, if record 1 in your dataset requires a file to be created called \\AB01\03\ZXY.csv, where does the...
May 27, 2009 at 2:52 am
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
Viewing 15 posts - 12,781 through 12,795 (of 13,876 total)