dbTalk Databases Forums  

SQL Server 2000 DTS to Access 2000 Missing Records

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SQL Server 2000 DTS to Access 2000 Missing Records in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Brian Brooks
 
Posts: n/a

Default SQL Server 2000 DTS to Access 2000 Missing Records - 02-13-2004 , 03:36 PM






I have created a script thru SQL Server 2000 into a vb.bas file to execute a DTS transfer into an access database. Everytime I run the code the size of the access database is different. After checking out the tables in a very random fashion the Access database tables are missing record that the SQL Server Database has. There are about 70 tables in the SQL database and in access the tables missing records changes randomly. Any help would be appriciated.

Reply With Quote
  #2  
Old   
Mary Chipman
 
Posts: n/a

Default Re: SQL Server 2000 DTS to Access 2000 Missing Records - 02-14-2004 , 01:59 PM






Does anything show up in the import errors tables in Access? are you
importing into existing tables or into empty work tables? If the
former, consider the latter. Also, be aware that some versions of
Access/Jet don't support exactly the same ranges of data and data
types, so if a record is out of bounds, it may not show up. Although
mostly that happens going the other way with date/time bc Jet supports
a wider range of dt values.

-- Mary
Microsoft Access Developer's Guide to SQL Server
http://www.amazon.com/exec/obidos/ASIN/0672319446

On Fri, 13 Feb 2004 13:36:08 -0800, Brian Brooks
<brian5973 (AT) hotmail (DOT) com> wrote:

Quote:
I have created a script thru SQL Server 2000 into a vb.bas file to execute a DTS transfer into an access database. Everytime I run the code the size of the access database is different. After checking out the tables in a very random fashion the Access database tables are missing record that the SQL Server Database has. There are about 70 tables in the SQL database and in access the tables missing records changes randomly. Any help would be appriciated.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.