SQL Server 2008 中的 SQL Profiler 在哪里?
我下载了 SQL Server 2008,但似乎找不到 SQL Profiler 任何地方。
我相信我安装了 SQL Server Enterprise Express/试用版?
我想毕竟是 Express 而不是 Enterprise 吧?
I downloaded SQL Server 2008 and can't seem to find SQL Profiler anywhere.
I believe I installed the SQL Server Enterprise Express/trial version?
I guess it was Express and not Enterprise after all right?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
SQL Server Express 不附带探查器,但您可以改用 SQL Server 2005/2008 Express Profiler。
SQL Server Express does not come with profiler, but you can use SQL Server 2005/2008 Express Profiler instead.
首先从以下位置获取探查器 Exe:http://expressprofiler.codeplex.com
然后您可以将其简单地添加到管理中工作室:
工具-> 外部工具...->
a- 在磁盘上找到 exe 文件(如果已安装,通常为 C:\Program Files (x86)\ExpressProfiler\ExpressProfiler.exe)
b- 为其命名,例如 Express Profiler
就是这样:)
您的 SQL Express 版本有 Profiler
first get the profiler Exe from: http://expressprofiler.codeplex.com
then you can add it simply to the Management studio:
Tools -> External tools... ->
a- locate the exe file on your disk (If installed, it's typically C:\Program Files (x86)\ExpressProfiler\ExpressProfiler.exe)
b- give it a name e.g. Express Profiler
that's it :)
you have your Profiler with your sql express edition
另一个非常基本的免费分析器:
http://expressprofiler.codeplex.com
Another very basic free profiler:
http://expressprofiler.codeplex.com
Management Studio->工具->SQL Server Profiler。
如果未安装,请参阅此链接< /a>
Management Studio->Tools->SQL Server Profiler.
If it is not installed see this link
还要确保在安装选项中选择“客户端工具”。 但是,如果 SQL Managment Studio 2008 存在,那么您可能安装的是精简版。
Also ensure that "client tools" are selected in the install options. However if SQL Managment Studio 2008 exists then it is likely that you installed the express edition.