TSQL
Click to open or copy the files for the Tsql sample.
This sample includes Chgaddr.sql, which does the following:
	- Starts a DTC Transaction.
 
 
- Changes local author information.
 
 
- Makes a string with the server name, procedure to execute and parameters.
 
 
- Updates the remote server.
 
 
- Commits the DTC transaction.
This directory also contains Updadr.sql.
Building SDK Samples