Trying to figure out why my development and test databases keep failing on this at the beginning of running TTL during the Synchronising database schemas...
The server that it is referencing has been added as a Linked Server and when testing the connection, the results show the test connection to the linked server succeeded. Is there a setting somewhere we missed when setting up our Development/Test databases, sql server, or os?
We have views that point to read-only linked servers, but it appears the tool is trying execute distributed transactions which is not configured and not used on these read-only linked servers.
This makes no sense that we would need to go configure these other linked servers to be available for distributed transactions.
HELP!!!!
Thanks in advanced,
Mike