Viewing 9 posts - 1 through 10 (of 10 total)
I appreciate everyone's input; the discussion has given me some directions to research. One approach I tried was to store the WHERE field value as a STRING datatype in...
June 20, 2011 at 7:31 am
Sample Data (Header's are for ease of viewing here)
id_rsltn,code_rsltn,code_rsltn_cat,dt_rslvd,ind_rslvd
2011-06-09 09:36:01.923000000,SPAY,DISP,2011-09-21 00:00:00,A
Source Table (SQL)
CREATE TABLE [dbo].[smt_upd_rsltn](
[id_rsltn] [datetime] NOT NULL CONSTRAINT [DF__smt_upd_r__id_rs__5CED7072] DEFAULT (getdate()),
[code_rsltn] [varchar](4) NOT NULL CONSTRAINT [DF__smt_upd_r__code___5B052800] DEFAULT...
June 15, 2011 at 2:55 pm
Thanks Brandie, yes the date parameter when used in the WHERE clause is the only parameter causing an issue. The other date parameter, the one where the data is...
June 15, 2011 at 9:46 am
It's the Destination that uses the parameters. The Source is a straight table. In the SQL Command property of the OLE DB Command, I am using the following...
June 15, 2011 at 9:31 am
Thank you Brandie for responding. The Source (SQL Server table) column is defined as Datetime. The Destination (Sybase table) is also defined as Datetime. In SSIS, using...
June 15, 2011 at 9:08 am
yayomayn, Your t-sql statement was very close. Could you please tweak it so there is a decimal between Seconds and Milliseconds instead of a colon? Your query results...
June 15, 2011 at 8:56 am
yayomayn, thanks for your help. I will try out the query statement this afternoon and post back my results.
June 15, 2011 at 7:09 am
Thanks again for your help. Unfortunately, there are no other columns to use as a natural PK. This is a 25 yo legacy Sybase database. Every table...
June 14, 2011 at 6:09 pm
Thank you for the quick reply. I checked the timestamps and they are the same. As for the error, the is not one. The SSIS...
June 14, 2011 at 4:40 am
Viewing 9 posts - 1 through 10 (of 10 total)