Browsing all articles tagged with SQL Server
Profiler for Microsoft SQL Server 2005/2008 Express Edition
Download “AnjLab Sql Profiler”
http://code.google.com/p/sqlexpressprofiler/downloads/list and install it.
Use the following SQL statement to know your database ID
SELECT dbid FROM master.dbo.sysdatabases WHERE name = ‘Yourdatabasename’
New trace and use filters to trace particular database.
Categories
- Dot Net (12)
- .Net Framework (1)
- Ajax (1)
- ASP.NET (6)
- C#.NET (3)
- Code Snippets (3)
- WCF (1)
- SQL Server (3)
- Tutorials (1)
- Video (1)

