Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
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 Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 12th, 2003, 09:26 PM
Registered User
 
Join Date: Jun 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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
 
Old June 13th, 2003, 02:26 AM
Authorized User
 
Join Date: Jun 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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.
 
Old June 13th, 2003, 05:46 AM
Registered User
 
Join Date: Jun 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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





Similar Threads
Thread Thread Starter Forum Replies Last Post
DTS in sql server 2000 deepesh SQL Language 0 April 17th, 2007 01:00 PM
DTS Import/Export wizard query Neal SQL Server 2000 0 April 3rd, 2007 10:19 AM
SQL 97 DTS to SQL 2000 vinnie SQL Server DTS 2 September 13th, 2004 09:07 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.