Viewing 15 posts - 46 through 60 (of 137 total)
i believe i have it.
For /F "tokens=*" %%A in ('dir /B D:\test\filename*.xls') Do Set orgfilename=%%A
then when i call the CMD file that contains DTEXEC using %orgfilename% it works!
February 17, 2010 at 3:10 pm
Sorry, Elliott.
I'm just learning SSIS and know very little so far.
My Main SSIS Package works fine.
But, I also need to update another table with the FileName, date/time etc of...
February 17, 2010 at 2:55 pm
I have a bat file that places a File-Name in a VARIABLE (OrgFileName)
set OrgFileName=
dir /B D:\test\test*.xls
echo %OrgFileName%
I then want to use the DOS variable %OrgFileName% in the DTEXEC SET...
February 17, 2010 at 2:13 pm
Elliott, I'm sure it's no surprise to you that it worked!
I was hoping I could do ALL the processing in one BAT file. I guess I'll have to split things...
February 17, 2010 at 1:54 pm
Thanks, Roy. That's what I thought, but the Developer is telling me no. I'll check with him again.
February 17, 2010 at 10:04 am
I think I fixed my problem. And I have NO idea what the "real" issue was.
I ended up DELETING my SQL DESTINATION and Rebuilding it from scratch. That seemed to...
February 16, 2010 at 12:50 pm
You question made me think just a little more.
I Googled and found out how to test for NULLs and put that equation in my DERIVED COLUMN test. Then the...
February 16, 2010 at 8:07 am
Converted_My_VALUE is a column from an EXCEL file. When I get into it's FORMAT CELL it's defined as GENERAL. It can contain blank or a number..
February 16, 2010 at 7:48 am
THANK YOU, Phil !
Between your help and Googling to get some details, this finally worked.
It's easy when you know how. 🙂
February 15, 2010 at 8:39 am
Phil Parkin (2/13/2010)
It's simple to do this
...simple for you 😀
sorry, I'm now googling a solution to this error:
"the destination component does not have any availabe inputs for use...
February 14, 2010 at 8:19 am
Thanks for responding Hussain27syed.
Here's my situation:
I have an EXCEL spreadsheet with many columns. I am IMPORTing just a few of them into a Database Table. I have ONE remaining COLUMN...
February 13, 2010 at 8:02 am
sorry, can you point me to a web example of DERIVED COLUMN? I'm looking and playing around with it. IT, along with all the other "tasks" in BIDS have a...
February 10, 2010 at 12:43 pm
Thanks, Phil. I did that.
I'm getting error
"Error1Validation error. Data Flow Task: SQL Server Destination 1 [1814]: Columns "InputFileName" and "FileName" cannot convert between unicode and non-unicode string data types."
1) I've...
February 10, 2010 at 11:45 am
1) Then when I do a SELECT on the DATETIME field in the TABLE, I get this:
2010-02-10 08:12:00.000
2) But when I use SSMS and do an OPEN TABLE to view...
February 10, 2010 at 9:27 am
Viewing 15 posts - 46 through 60 (of 137 total)