Results 1 to 2 of 2

Thread: Problems with transactions

  1. #1
    Join Date
    Dec 2009
    Posts
    2

    Question Problems with transactions

    Hello. Im developing an application in VisualBasic.NET. I use Linq and a database in MS SQL Server 2008. My problem is that although i am not interested in a scenary of distributed transactions, when i try to delete a record i receive an exception with the message "MSDTC on server 'Server' is unavailable". I do not need and i do not want the MSDTC started on my machine. Why SQL server try to use this server to execute my query? How can i avoid it? Thanks

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Can you post your query?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •