Depending on your Microsoft SQL Server configuration, you may need to click the "Manually set the connection URL" and remove the port. So instead of:
jdbc:sqlserver://hostname\instancename:1433;databaseName=TestDB
change to:
jdbc:sqlserver://hostname\instancename;databaseName=TestDB