Viewing 15 posts - 241 through 255 (of 348 total)
It might be just anything . Currently in QA we have files like ME_01_2011.07.29AMTRAK.xls
LTL_08-16-11_IVS_Hydro.xls
BurkeOil080111-080711.xls etc
The path of the source files is P:\Import\FolderName_QA\
This path might/will change later...
September 26, 2011 at 12:56 pm
I get the below error if I use the expression that you suggested.
The start index 0 is not valid for function "SUBSTRING". The start index value must be an integer...
September 26, 2011 at 11:27 am
How to use wildcard pattern in Foreach loop container ? I am stuck here. 🙁
Should I use Enumerator configuration : Name and extension only ?
June 13, 2011 at 3:04 pm
I tried to use SSIS . When I tried defining the source connection manager for this server, I couldnot get the drop down list of the databases available in that...
May 16, 2011 at 1:21 pm
No. I didnot get any data. I need to retrieve data between 11pm and 6am.
April 26, 2011 at 11:36 am
CREATE TABLE [dbo].[ABCD](
[InternalID] [int] IDENTITY(1,1) NOT NULL,
[RecordInternalID] [int] NULL,
[ProcessorID] [int] NULL,
[Terminal] [varchar](50) NULL,
[TxnTypeID] [int] NULL,
[ResponseCodeID] [int] NULL,
[RejectCodeID] [int] NULL,
[BankID] [int] NULL,
[NetworkID] [int] NULL,
[TerminalSequenceNumber] [varchar](50) NULL,
[SettlementDate] [datetime] NULL,
[SettlementTime] [datetime] NULL,
[ActivityDate] [datetime]...
April 26, 2011 at 11:35 am
User::FileId is a variable that holds the FileID of the file loaded.
April 18, 2011 at 10:20 am
Viewing 15 posts - 241 through 255 (of 348 total)