August 24, 2006 at 6:20 am
Hi
I am using Sql Server 2000 and i am extracting data from AS400.
i am using for this Routeone softwear but it is slow is there any quick way to do it either by DTS or Anything else.
Thanks
August 24, 2006 at 6:50 am
HI your connection with AS is ODBC? if ok it´s very slow.
August 25, 2006 at 2:10 am
Sorry for explaining this .........
Actually i am using IIS FTP server
on AS400 routeone and on sql server routeone client routeone from AS400 is connected with FTP server and it transfer file in csv format after that DTS convert it to SQL Table.
Don't know how routeone is connected n AS400. But i looking for anyother way with which i can do extraction fast.
Thanks.
August 25, 2006 at 6:56 am
In SQL 2000 there is an OLE DB for ODBC provider (MSDASQL) that you can use to set up a linked server to the AS/400. Once you set up the linked server, then you can use that data source directly in a DTS package and skip the RouteOne software and IIS FTP altogether.
If speed is the only issue, then you may want to look into reading from and writing to better performing drives like a SAN or iSCSI. If you suspect the network to be the bottleneck, then try using a gigbit network adapter. You can use the Performance Monitor if the bottleneck is even on the SQL Server.
August 25, 2006 at 7:31 am
Vandy-
Greg is correct; as we currently have a linked server connection to an AS400 and it works well in my environment. Let me know if you have any issue setting up a linked server; I can try to help. Thanks!
August 25, 2006 at 9:43 am
you can install IBM iSeries Access for Windows, and it will provide you the different librarys to connecto to AS400 by ODBC
August 25, 2006 at 9:56 am
Is the IBM iSeries Access for Windows downloadable from the Internet somewhere? thanks.
smv929
August 25, 2006 at 4:13 pm
About the IBM iSeries Access for Windows, I think is only bundled with IBM's AS/400 software. I've have never seen it for download. Online only patches and PTFs.
About the fasted method, imho, if you will download large amounts of data, DTS using OLE DB is way much faster than a linked server.
August 25, 2006 at 5:37 pm
That is correct DTS on xp_cmdshell running as job can make it almost real time, remember SQL Server Agent needs access to the network which means admin level permissions. Hope this helps.
Kind regards,
Gift Peddie
Kind regards,
Gift Peddie
August 28, 2006 at 8:26 am
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply