Viewing 15 posts - 12,751 through 12,765 (of 13,849 total)
Maybe add a couple of derived columns, cSex and cDOB (or whatever) which are set correctly and use these.
If there's not enough flexibility in there, a script component could easily...
May 28, 2009 at 7:53 am
Does the SQL Agent user have permissions to access the files?
May 28, 2009 at 12:21 am
Delay validation should be set to True, not False, if the source file does not exist until run-time.
You could approach this a different way. Set up a hard-coded connection to,...
May 27, 2009 at 10:24 pm
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
Viewing 15 posts - 12,751 through 12,765 (of 13,849 total)