Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Take a look here: </p> <p>Fast transactions with System.Transactions and Microsoft SQL Server 2000 <a href="http://blogs.msdn.com/florinlazar/archive/2005/09/29/475546.aspx" rel="noreferrer">http://blogs.msdn.com/florinlazar/archive/2005/09/29/475546.aspx</a></p> <p>And here:<br> <a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=230390&amp;SiteID=1" rel="noreferrer">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=230390&amp;SiteID=1</a></p> <blockquote> <p>First verify the "Distribute Transaction Coordinator" Service is running on both database server computer and client computers<br> 1. Go to "Administrative Tools > Services"<br> 2. Turn on the "Distribute Transaction Coordinator" Service if it is not running</p> <p>If it is running and client application is not on the same computer as the database server, on the computer running database server<br> 1. Go to "Administrative Tools > Component Services"<br> 2. On the left navigation tree, go to "Component Services > Computers > My Computer" (you may need to double click and wait as some nodes need time to expand)<br> 3. Right click on "My Computer", select "Properties"<br> 4. Select "MSDTC" tab<br> 5. Click "Security Configuration"<br> 6. Make sure you check "Network DTC Access", "Allow Remote Client", "Allow Inbound/Outbound", "Enable TIP" (Some option may not be necessary, have a try to get your configuration)<br> 7. The service will restart<br> 8. BUT YOU MAY NEED TO REBOOT YOUR SERVER IF IT STILL DOESN'T WORK (This is the thing drove me crazy before)</p> <p>On your client computer use the same above procedure to open the "Security Configuration" setting, make sure you check "Network DTC Access", "Allow Inbound/Outbound" option, restart service and computer if necessary.</p> <p>On you SQL server service manager, click "Service" dropdown, select "Distribute Transaction Coordinator", it should be also running on your server computer.</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload