Using Microsoft SQL Server Profiler to Capture Entity Framework Queries
Oct 17, 2025 · 2 min read · 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 ...
Join discussion