How can we help you today? How can we help you today?

here is already an openDataReader

When I run SQL Data Compare 9.1 to synchronize an Azure database to a local database, I get this error: "The connection operation could not be completed: There is already an openDataReader associated with this Command which must be closed first."

I rebooted the machine to clear everything out and it still happens.
jjorczak
0

Comments

1 comment

  • Chris.Allen
    You need to add MultipleActiveResultSets=True to a connection string in SQL (Data)Compare itself, so try:

    servername;MultipleActiveResultSets=True

    In the Compare server connection box.
    Chris.Allen
    0

Add comment

Please sign in to leave a comment.