SQL 成员资格/角色提供程序的 DDL
在哪里可以获得 DDL 以将 SQL 角色和成员身份添加到现有 SQL Server 数据库? 我想使用提供程序,但我想手动运行脚本。
Where can I get the DDL to add SQL Roles and Membership to an existing SQL Server database? I want to use the providers but I'd like to manually run the scripts.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将在以下位置找到 sql 文件:
[SystemDrive]\Microsoft.Net\Framework\[版本]
例如,文件可能位于:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
查找 .sql 文件,它们都很容易发现。
请记住,.Net Framework 3.0 和 3.5 是基于 2.0 构建的,因此所有 SQL 文件都位于 .NET 2.0 目录中。
You'll find the sql files in:
[SystemDrive]\Microsoft.Net\Framework\[version]
For example the Files might be located in:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
Look for the .sql files they are all easy to spot.
Remember that 3.0 and 3.5 of the .Net Framework are built on 2.0 so all the SQL files are in the .NET 2.0 directory.