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!

Replication.

Status
Not open for further replies.

cdassouk

Programmer
Nov 20, 2000
7
AE

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,
 
Hi there,
Yes you can do replication (precisely saying any T-SQL task) by sending emails.
Basically at SQL server end you can use "sp_processmail".
You should read about it in SQL BOL.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top