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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cdassouk
  • Content: Threads
  • Order by date
  1. cdassouk

    Replication.

    Is it possible to write all data transactions marked for replication in a database to a text file??? Thanks in Advance.
  2. cdassouk

    Writing Replication to a text file and send it by mail.

    I can send the result of a query as attachement to an e-mail message by running the following script: EXEC xp_sendmail @recipients = 'chadi', @query = 'SELECT * FROM Vmdb2..Customers', @subject = 'Customers', @message = 'The contents of Customers', @attach_results = 'TRUE', @width...
  3. cdassouk

    SP_processmail for replication.

    Is it possible to use sp_processmail procedure to send replication's data between 2 servers. At the moment, I can replicate 2 sql servers over the network. What I need is to send replication's files from one server to the other through e-mail. I need some information about sending the result...
  4. cdassouk

    Replication.

    I need to know if Replication between to SQL Servers can be done through e-mails. e.g. Sending replication files through Microsoft Exchange Server. Regards,
  5. cdassouk

    Replication

    I want to enable a SQL server 7.0 for replication from within Visual Basic 6.0. How can I do it? Thanks

Part and Inventory Search

Back
Top