Forum Replies Created

Viewing 15 posts - 46 through 60 (of 137 total)

  • RE: DTEXEC in a BAT file

    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!

  • RE: DTEXEC in a BAT file

    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...

  • RE: DTEXEC in a BAT file

    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...

  • RE: DTEXEC in a BAT file

    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...

  • RE: WITH GRANT OPTION

    Thanks, Roy. That's what I thought, but the Developer is telling me no. I'll check with him again.

  • RE: Restore Invalid Column Reference

    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...

  • RE: If-Then-Else

    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...

  • RE: If-Then-Else

    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..

  • RE: Using Variable

    THANK YOU, Phil !

    Between your help and Googling to get some details, this finally worked.

    It's easy when you know how. 🙂

  • RE: Using Variable

    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...

  • RE: Using Variable

    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...

  • RE: Flat File Source using a Flat File Connection

    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...

  • RE: Flat File Source using a Flat File Connection

    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...

  • RE: Set Variable based on a SELECT

    Thank you, Steve.

  • RE: Set Variable based on a SELECT

    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...

Viewing 15 posts - 46 through 60 (of 137 total)