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 July 25th, 2004, 02:11 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 518
Thanks: 0
Thanked 0 Times in 0 Posts
Default Access to Sql Server data export

Our company use Orbit Front software for the drawings database data entries. it base on Access.
all drawing store in Access. Orbit Front software is limited license, hence I
create another database in SQL Server 2000, I every month export the Access data to
SQL Server manually. by the intranet all employees get the drawings information.

How I can export (move or link ) Access database to SQL Server ?
that it automatically export (move) Access data to Sql Server ?

daily entries are going on in Access database.

when I create link Access to Sql Server, it make
dbo_archive , in the table name,

archive is the table name in Access. when table name change ie
archive to dbo_archive , it create problem in data entries in Orbit Front, because
Orbit Front's table name changed.

hence it is not possible to generate like by ODBC Access to Sql Server in this case.

my question is that how can export (move) Access Data to Sql Server that
when do data entries in Access it also store (save) in Sql Server ?

Any help, procedure (method) please.

regards.

Mateen
























 
Old July 25th, 2004, 10:13 AM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 625
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jemacc
Default

You are getting "dbo.archive" because it is showing who owns that object. You can use DTS to insert the data to your SQL table and schedule it to automatically do this for you.

 
Old July 26th, 2004, 04:42 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 518
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks.



 
Old February 14th, 2006, 12:33 PM
sxj sxj is offline
Registered User
 
Join Date: Feb 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I need to export data from Access to SQL. Can i use DTS for this ...I need to automate the process so that its done evrytime there is an update in access table
  Please help
Thanks

 
Old February 14th, 2006, 02:18 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,348
Thanks: 0
Thanked 5 Times in 5 Posts
Default

Yes.. and next time start a new thread






Similar Threads
Thread Thread Starter Forum Replies Last Post
access data of excel sheet into sql server in asp KGANESH2006 SQL Server ASP 2 April 20th, 2006 02:33 AM
How to export SQL Server 2000 data in kwilliams XML 13 November 30th, 2005 10:20 AM
Export data in conditions - SQL server 2000 minhpx SQL Server 2000 1 March 19th, 2005 01:45 AM
how to access sql server meta data using asp? method SQL Server 2000 2 March 7th, 2005 08:12 AM
Using Access with SQL Server Data npepin Access 4 July 21st, 2004 03:36 PM





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