1 article in Entity Framework Core
Using Microsoft SQL Server Profiler to Capture Entity Framework Queries
October 17, 2025
Microsoft SQL Server Profiler is an excellent tool for getting information about the SQL being built and run by Entity Framework against your Microsoft SQL Server database. SQL Server Profiler installs with SQL Server Management Studio (SSMS) but is a separate standalone application and part of…