SQL 成员资格/角色提供程序的 DDL

发布于 2024-07-30 20:11:57 字数 75 浏览 4 评论 0原文

在哪里可以获得 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幸福丶如此 2024-08-06 20:11:57

您将在以下位置找到 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文