TSQL

Click to open or copy the files for the Tsql sample.

This sample includes Chgaddr.sql, which does the following:

  1. Starts a DTC Transaction.

  2. Changes local author information.

  3. Makes a string with the server name, procedure to execute and parameters.

  4. Updates the remote server.

  5. Commits the DTC transaction.

This directory also contains Updadr.sql.

Building SDK Samples