I have SQL 2017 Standard running on Windows 2019 in a VM as a source VM. I also have a 2nd server running SQL 2019 Enterprise running on Windows 2019. I can connect to both and use both using SSMS, including querying any table. I'm using Windows authentication on the 1st server and SQL authentication on the 2nd server. When I use Tablediff utility, I have supplied the source and destination server, database, and table and I have also supplied the destination user and password. Every time I run the command I get "Unable to access database". I confirmed everything is spelled correctly. I have searched online and can't seem to find anything about why it can't connect. Also, I have installed the .NET Framework 3.5 required by Tablediff and can successfully query tables in both server's databases using sqlcmd.