|
|
 |
| SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the SQL Server 2000 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

June 12th, 2003, 10:26 PM
|
|
Registered User
|
|
Join Date: Jun 2003
Location: , , .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
DTS Export Wizard (SQL to Access 2000) fails
Hi all,
I have a SQL Server table with 1.2 milion records.
All fields are char type with max record length 1066 bytes .
I need to export this table into Access 2000.I'm using DTS Export Wizard and after 500,000 records the process fails with an error:
".... Invalid argument"
The Access database reaches maximum size 2GB.
If I export the table as a text file (size of the file 1.2GB) and then importing into Access , everything seems to be OK and the size is 600MB
I want to avoid exporting the table as a text file and then importing into Access.
Why DTS fails ??
Any suggestion woulg be much appreciated.
Thanks,
Cris
|

June 13th, 2003, 03:26 AM
|
|
Authorized User
|
|
Join Date: Jun 2003
Location: , , .
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
well firstly u got to understand that Access is not really that capable of handling 1.2 million entries. When u actually do a DTS export, the properties of the table are being exported as well.
Access does have a properties storage cap and it is not advised to use access as yr database.
If its aint broken dont fix it.
|

June 13th, 2003, 06:46 AM
|
|
Registered User
|
|
Join Date: Jun 2003
Location: , , .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
First: the output must go in Access 2000 format.
Can you be more specific regarding the way DTS it's working ?
Let's say I have a SQL table(only char type fields,no indexes,no PK) - 1.2 mil. records, 1GB
When I am using DTS Export Wizard to Access 2000 what else can be exported to reach 2GB only after 500,000 records ?
Thanks
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |