I installed the SQL Server 2008 R2 developer edition, after installation I cannot find SQL Profiler. Thanks DBA for search out solution on internet.

Solution:

run the following from an admin command prompt:

setup.exe /FEATURES=Tools /Q /INDICATEPROGRESS /ACTION=Install 
/INSTANCENAME=MSSQLSERVER /BROWSERSVCSTARTUPTYPE=Automatic /AGTSVCACCOUNT=”NT 
AUTHORITY\NETWORK SERVICE” /IACCEPTSQLSERVERLICENSETERMS 

Refer: Steps to install SQL Server 2008 R2 Express Edition with profiler

相关文章: