dbTalk Databases Forums  

Syncing with access

microsoft.public.sqlserver.replication microsoft.public.sqlserver.replication


Discuss Syncing with access in the microsoft.public.sqlserver.replication forum.



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

Default Syncing with access - 05-20-2006 , 09:26 PM






Hi

Is it possible to reliably sync an access db with its equivalent sql server
db using the built-in facilities of sql server and access?

Thanks

Regards



Reply With Quote
  #2  
Old   
Mike C#
 
Posts: n/a

Default Re: Syncing with access - 05-20-2006 , 09:32 PM






What do you mean by sync? You can use linked tables in Access and create
some sort of script to copy data. You can also set up a DTS package (SQL
2000) to export data to an MDB file and schedule it.

"John" <John (AT) nospam (DOT) infovis.co.uk> wrote

Quote:
Hi

Is it possible to reliably sync an access db with its equivalent sql
server db using the built-in facilities of sql server and access?

Thanks

Regards





Reply With Quote
  #3  
Old   
John
 
Posts: n/a

Default Re: Syncing with access - 05-20-2006 , 09:45 PM



Sorry I meant replication. Something that can update data in both directions
periodically, automatically if possible.

Thanks

Regards

"Mike C#" <xxx (AT) yyy (DOT) com> wrote

Quote:
What do you mean by sync? You can use linked tables in Access and create
some sort of script to copy data. You can also set up a DTS package (SQL
2000) to export data to an MDB file and schedule it.

"John" <John (AT) nospam (DOT) infovis.co.uk> wrote in message
news:%23kG4E4HfGHA.4976 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Hi

Is it possible to reliably sync an access db with its equivalent sql
server db using the built-in facilities of sql server and access?

Thanks

Regards







Reply With Quote
  #4  
Old   
Mike C#
 
Posts: n/a

Default Re: Syncing with access - 05-20-2006 , 09:58 PM



I don't personally know of any automated way to do that built into Access or
SQL. I can imagine a custom app to do it wouldn't be that difficult to
build though. Maybe someone else will respond with an answer closer to what
you are looking for. Sorry...

"John" <John (AT) nospam (DOT) infovis.co.uk> wrote

Quote:
Sorry I meant replication. Something that can update data in both
directions periodically, automatically if possible.

Thanks

Regards

"Mike C#" <xxx (AT) yyy (DOT) com> wrote in message
news:dkQbg.1433$%02.172 (AT) fe09 (DOT) lga...
What do you mean by sync? You can use linked tables in Access and create
some sort of script to copy data. You can also set up a DTS package (SQL
2000) to export data to an MDB file and schedule it.

"John" <John (AT) nospam (DOT) infovis.co.uk> wrote in message
news:%23kG4E4HfGHA.4976 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Hi

Is it possible to reliably sync an access db with its equivalent sql
server db using the built-in facilities of sql server and access?

Thanks

Regards









Reply With Quote
  #5  
Old   
Hilary Cotter
 
Posts: n/a

Default Re: Syncing with access - 05-21-2006 , 05:34 AM



In SQL 2000 you can replication to access using transactional or merge
replication. Follow the instructions on how to set this up in the link to
my book in the sig. The instructions are in the sample chapter.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



"John" <John (AT) nospam (DOT) infovis.co.uk> wrote

Quote:
Hi

Is it possible to reliably sync an access db with its equivalent sql
server db using the built-in facilities of sql server and access?

Thanks

Regards





Reply With Quote
  #6  
Old   
John
 
Posts: n/a

Default Re: Syncing with access - 05-21-2006 , 06:29 AM



Thanks I will check that. Any different in sql 2005?

Regards

"Hilary Cotter" <hilary.cotter (AT) gmail (DOT) com> wrote

Quote:
In SQL 2000 you can replication to access using transactional or merge
replication. Follow the instructions on how to set this up in the link to
my book in the sig. The instructions are in the sample chapter.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



"John" <John (AT) nospam (DOT) infovis.co.uk> wrote in message
news:%23kG4E4HfGHA.4976 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Hi

Is it possible to reliably sync an access db with its equivalent sql
server db using the built-in facilities of sql server and access?

Thanks

Regards







Reply With Quote
  #7  
Old   
Mike C#
 
Posts: n/a

Default Re: Syncing with access - 05-21-2006 , 10:35 AM



Now that's cool -- replication from SQL to Access. Although I'll never do
that personally, you just sold another copy of your book over here

"Hilary Cotter" <hilary.cotter (AT) gmail (DOT) com> wrote

Quote:
In SQL 2000 you can replication to access using transactional or merge
replication. Follow the instructions on how to set this up in the link to
my book in the sig. The instructions are in the sample chapter.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



"John" <John (AT) nospam (DOT) infovis.co.uk> wrote in message
news:%23kG4E4HfGHA.4976 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Hi

Is it possible to reliably sync an access db with its equivalent sql
server db using the built-in facilities of sql server and access?

Thanks

Regards







Reply With Quote
  #8  
Old   
Hilary Cotter
 
Posts: n/a

Default Re: Syncing with access - 05-21-2006 , 04:04 PM



Its not supported in SQL 2005.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



"John" <John (AT) nospam (DOT) infovis.co.uk> wrote

Quote:
Thanks I will check that. Any different in sql 2005?

Regards

"Hilary Cotter" <hilary.cotter (AT) gmail (DOT) com> wrote in message
news:%23wyqxHMfGHA.1264 (AT) TK2MSFTNGP05 (DOT) phx.gbl...
In SQL 2000 you can replication to access using transactional or merge
replication. Follow the instructions on how to set this up in the link
to my book in the sig. The instructions are in the sample chapter.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



"John" <John (AT) nospam (DOT) infovis.co.uk> wrote in message
news:%23kG4E4HfGHA.4976 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Hi

Is it possible to reliably sync an access db with its equivalent sql
server db using the built-in facilities of sql server and access?

Thanks

Regards









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 - 2013, Jelsoft Enterprises Ltd.