Hi all,
I have a sql-2000 server, which has a Linked Server connection to a sql-2005 server. I've created a view within the 2K server, and I can run the view just fine--all the data shows, etc. Yet when I try to *save* the view, it gives me all kinds of garbage about "cannot start a distributed transaction..."
First, I want this view to be read only, so there will be no transactions. Second, the server allows me to read the data just fine--the problem is saving the view--so I don't understand why I need a distributed transaction to save a view to the local server when it's been established that it has a valid connection to the 2k5 server.
Thanks for any help in this,
--Jim
I have a sql-2000 server, which has a Linked Server connection to a sql-2005 server. I've created a view within the 2K server, and I can run the view just fine--all the data shows, etc. Yet when I try to *save* the view, it gives me all kinds of garbage about "cannot start a distributed transaction..."
First, I want this view to be read only, so there will be no transactions. Second, the server allows me to read the data just fine--the problem is saving the view--so I don't understand why I need a distributed transaction to save a view to the local server when it's been established that it has a valid connection to the 2k5 server.
Thanks for any help in this,
--Jim