- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在 SQL Management Studio 中,每个连接都会列出一个应用程序...对于每个 EF 连接,我只显示“EntityFramework”作为应用程序名称。如何更改此设置以便我可以将应用程序的名称实际放入此字段中?
最佳答案
http://blogs.msdn.com/b/dditweb/archive/2006/03/02/542151.aspx
摘自文章:
Here's a great trick that can be really handy if you're a fan of the SQL Profiler. In your application connection strings add the "Application Name" keyword/value. Example.
server=MyServer;database=MyDatabase;Integrated Security=SSPI;Application Name=My Application;
After this is done, fire up SQL Profiler and you'll notice that the profiled events are categorized under the name you provide rather than the default Data Provider name.
编辑:
如果您查看当前 Entity Framework 连接字符串靠近字符串末尾的位置(假设您使用的是自动生成的字符串),您应该已经看到“Application name=EntityFramework”。您只需将其更改为您想要的应用程序名称繁荣!
关于sql-server - 如何使用 Entity Framework 更改应用程序名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26633837/
概述 CentOS Stream 成立于 2019 年,是“RHEL 下一步的滚动预览”。Red Hat 首席技术官 Chris Wright 和 CentOS 社区经理 Rich Bowen 各
我有一个使用 Mesosphere DC/OS 编排选项进行配置的 Azure 容器服务 (ACS) 集群。我可以在 Marathon UI 中创建一个应用程序。 但是,当我通过 Marathon U
我是一名优秀的程序员,十分优秀!