Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server 7.0

Status
Not open for further replies.

LOS

IS-IT--Management
Oct 11, 2000
8
EU
How do I automate Replication over a dial-up network [sig][/sig]
 
If by automate, you mean program an application to synchronize a subscription, then you can use the following Active-X objects:

(1) SQL Merge Object for merge replication
(2) SQL Dist Object for transactional and snapshot replication

If you don't mean this, then I have no idea what you are talking about. What are you talking about when you say 'automate'?

Tom [sig][/sig]
 
Merge Replication is in use. However, this has to be manually sychronised every day. How do you automate dial-up from SQL Server 7.0 to allow merge to take place? [sig][/sig]
 
How do I query against a table using CONTAINS clause in which there is a character '#' as part of data?

For example:
Select * from TABLE_A where Contains(COL1, 'C4139A#ABA')

COL1 is already defined as fulltext column. [sig][/sig]
 
I would write a VB application that does this and have it use the SQL Merge object to kick off the synchronization...

Tom [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top