
February 6th, 2012, 10:00 AM
|
|
Registered User
|
|
Join Date: Feb 2012
Posts: 1
Time spent in forums: 22 m 39 sec
Reputation Power: 0
|
|
|
How do i import from system dsn
On windows server 2003 my System DSN name is TLC.
the connection string is
"Provider=MSDASQL.1;Persist Security Info=False;Data Source=TLC"
i'd like to import all timestamp fields as varchar if possible because ther are unexpected values in these fields. The source database is third party and i am forced to use their odbc connector.
I tred using Navicat but i can only import 20/s of 1,000,000. Thiis makes the import not pratical.
SQL on the same server import 2000/s.
I believe the MYISAM engine is the best since it just a straight import.
|