在不使用 Profiler 的情况下为 .NET 应用程序配置 SQL Server 安全性
我该如何使用 SQL 执行此操作:http://support.microsoft.com/kb/815154 Server 2008 R2 Express 因为它似乎只适用于更高版本的 SQL。我知道有第三方分析器,但是有没有办法在没有分析器的情况下完成此操作,以及是否必须使用第三方分析器。我将如何使用第三方分析器来做到这一点?
PS 我需要这个来解决 ASP.NET 问题。
How can I do this: http://support.microsoft.com/kb/815154 with SQL Server 2008 R2 Express because it seems to only apply to the higher versions of SQL. I know there are third-party profilers, but is there a way to do it without a profiler, and if I have to use a third party profiler. How would I do it with a third party profiler?
P.S. I need this so I can fix an ASP.NET problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的偏好是进入 IIS 并使用新用户的身份创建自定义 AppPool(“[productName]Website”)。然后只需允许该用户通过适当的访问权限(datareader/数据写入器 + 存储过程的授权)
应用程序池标识
My preference is to go into IIS and create a custom AppPool with an Identity of a new user ("[productName]Website". Then simply allow that user access in the Sql Server & Database(s) with the appropriate access (datareader/datawriter + grant on stored procedures).
Application Pool Identities