Viewing 15 posts - 16 through 30 (of 41 total)
Hi,
How are you building your package? Are you selecting the "Other Connection" to connect to Oracle? You should get an option "User/System DSN".
February 1, 2006 at 3:43 pm
Thanks for the link.....I'll do a bit of reading and see if this helps...
Its a good start!
November 15, 2005 at 12:50 am
Hi,
Thanks for that, but I didn't actually want to run it through the SQL Server Agent. I have some backup jobs and DTS packages that currently run as jobs in...
November 14, 2005 at 11:10 pm
thanks for your help.....I must have selected the "slow" google search option...
thanks again..
November 1, 2005 at 8:52 pm
There's no pleasing everybody....
I enjoyed the article...whether I agree or disagree doesn't really matter. Everyone has their own opinion.
It was fun to read. Thanks Sean.
October 17, 2005 at 7:02 pm
thanks.
So I guess the only way around this problem would be to create two DTS packages that have different SELECT ranges? Would anyone agree?
September 21, 2005 at 6:03 pm
Hi,
The query runs fine, if I reduce the number of rows to be copied, the job completes successfully. If I increase the number of rows, the job fails with "out...
September 19, 2005 at 7:47 pm
Hi,
The query is fine, it does transform a number of rows, but then I guess it runs out of memory and fails...
September 19, 2005 at 1:39 am
Hi,
I have found my problem....I didn't have my transformations defined correctly...doh!.
September 7, 2005 at 11:51 pm
yep here it is:
select [MemberNo],
''+substring(convert(varchar(30), EffDate, 120),9,2)
+'.'+substring(convert(varchar(30), EffDate, 120),6,2)
+'.'+substring(convert(varchar(30), EffDate, 120),1,4)
+'' AS [EffDate],[Action],[PersonID],[HomeAddrID],[PostalAddrID],
case when EndDate is not null then
''+substring(convert(varchar(30), EndDate, 120),9,2)
+'.'+substring(convert(varchar(30), EndDate, 120),6,2)
+'.'+substring(convert(varchar(30), EndDate, 120),1,4)
+'' else '01.01.0001' end...
September 7, 2005 at 10:19 pm
Viewing 15 posts - 16 through 30 (of 41 total)