Does anyone out there have a create script for aspnet_membership table?
I found a data structure for it on MS site but cannot find a script to create it anywhere on the web.
Many thanks in advance
J
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.
aspnet_regsqlcan emit the script for you using the correct options.a basic example:
The advantage to generating the script is that you can specify things like the schema to use and the features that you need and it will customize and compile a single script.
No need to cobble one together and the inherent risks involved.
Run it with
/?to get a usage listing.