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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.