How to enable MSDTC on SQL Server 2014? -


i have installed sql server enterprise version on local windows server, , have need enable msdtc services.

i have contacted microsoft help, taking long time respond.

use windows server 2008 r2

  1. click start, click run, type dcomcnfg , click ok open component services.

  2. in console tree, click expand component services, click expand computers, click expand my computer, click expand distributed transaction coordinator , click local dtc.

  3. right click local dtc , click properties display local dtc properties dialog box.

  4. click security tab.

  5. check mark "network dtc access" checkbox.

  6. finally check mark "allow inbound" , "allow outbound" checkboxes.

  7. click apply, ok.

  8. a message pop restarting service.

  9. click ok , that's all.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -