A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Hi @Darwin Weyh,
You may use SQL Server Profiler to create and manage traces and analyze and replay trace results.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A legacy application using ODBC Native Client 10 has encountered significant performance issues following the latest Windows 11 update. The application previously worked well, but now it is unacceptably slow. The environment includes an in-house MSSQL 2019 Production Server. Most machines are unaffected; however, the boss, after updating to the latest non-preview version of Windows 11, has experienced this slowdown. A similar issue was noted on a development machine, which was resolved by changing the connection profile to "SQLOLEDB" — this fix did not work for the boss's machine, despite similar Dell hardware on both systems.
Also, I have a duplicate of the SQL Server dataset on my development machine which can be accessed with no delay with all drivers.
SQL Server Management Studio works all machines with no delay.
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Hi @Darwin Weyh,
You may use SQL Server Profiler to create and manage traces and analyze and replay trace results.
vb6 is 32 bit only (and out of support as are all its adodb drivers). windows 11 is 64 bit only. windows 11 will run a 32 bit via the compatibility feature, but will not guarantee its reliable. so you are in a completely unsupported mode.
be sure the 32 bit adodb drivers where installed. see this thread about picking drivers:
note: you will probably continue to have issues with windows 11 running vb6. it is probably time to upgrade the app, as windows 10 support ends 10/15/2025.