|
|
-
Anil Commented 12 Months ago through Ask
Please follow Steps, u can get yesterday DATE:
in Execute SQL task:
DECLARE @pdtBUSINESS_DATE SMALLDATETIME
SET @pdtBUSINESS_DATE=DATEADD(day,-1,GETDATE())
EXEC MISETLEXTDATA @pdtBUSINESS_DATE , 0 , '02-01-03' , 'DAILY'...
|
-
Anil Posted 12 Months ago through Ask
i want run this procedure in SSIS, so am running thru Execute task.
EXEC MIS_ETL_EXT_DATA '20120520' , 0 , '02-01-03' , 'DAILY'
here 20120519 is YYYYMMDD (yesterday date)
0 - static value
02-01-03 - Procedure ID
Daily - Frequency
this job is Schedule...
|
-
Anil Question Asked 12 Months ago through ASK
i want run this procedure in SSIS, so am running thru Execute task.
EXEC MIS_ETL_EXT_DATA '20120520' , 0 , '02-01-03' , 'DAILY'
*here 20120519 is YYYYMMDD (yesterday date)
0 - static value
02-01-03 - Procedure ID
Daily - Frequency*
this job is Sche...
|
ask
98
·
2% ·
538
|
|
-
Anil Commented 12 Months ago through Ask
I got solution, i used Sybase SQL Anywhere OLDB Provider 11 and destination also OLDB Provider. http://www.sybase.com/detail?id=1085077&id=1085077...
|
-
Anil Posted 12 Months ago through Ask
Hi,
I am trying to load data from falt file source to Sybase IQ 15.1 destination using SSIS 2008. I am using ADO.NET destination component with Sybase IQ ODBC data provider to connect to the Sybase IQ db. Though the package is able to load the data, pe...
|
-
Anil Question Asked 12 Months ago through ASK
Hi,
I am trying to load data from falt file source to Sybase IQ 15.1 destination using SSIS 2008. I am using ADO.NET destination component with Sybase IQ ODBC data provider to connect to the Sybase IQ db. Though the package is able to load the data, per...
|
ask
98
·
2% ·
538
|
|
-
Anil Liked 12 Months ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
-
Anil Commented 12 Months ago through Blogs
Very good work Sudeep....
|
-
Anil Commented 12 Months ago through Ask
Hi Mitesh,
am getting this error,
Domain error during implicit conversion of NUMERIC value '' to a NUMERIC field.
Source: Flat files
Target: sybase...
|
-
Anil Posted 12 Months ago through Ask
Domain error during implicit conversion of NUMERIC value ''
to a NUMERIC field.
Source: Flat files, Target : Sybase
...
|