Viewing 15 posts - 12,736 through 12,750 (of 13,838 total)
For a start, try using single quotes around your literals ...
--edit:
You may first want to create an sp to help. Something like:
Create procedure [dbo].[s_ExecutePackage]
@FilePath varchar(1000) ,
@Filename ...
May 28, 2009 at 7:50 pm
bc (5/28/2009)
May 28, 2009 at 7:37 pm
Yuk, I am amazed that anyone would provide you with a file of this quality.
Is it true that your field delimiter is a space? But then that there is also...
May 28, 2009 at 8:41 am
sachinvinod2k (5/28/2009)
May 28, 2009 at 8:21 am
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
Viewing 15 posts - 12,736 through 12,750 (of 13,838 total)