1

This question is about the tables created by aspnet_regsql for the ASP.NET 2.0 Membership database.

I am incorporating these tables and procs, etc from the database into my application database for ease of manageemnt and integration with the application data.

I notice that none of the tables have primary keys. This is a difficulty with the tools I use to create and manage entities, dto's, repository classes and validation.

Does anyone know why these tables do not have primary keys and whether adding primary keys to these tables will interfere with the operation of the baked-in stored procs that this database includes?

Thanks,

Kimball

1 Answer 1

2

Then something must have gone wrong with your installation - in my case, all the tables in "aspnetdb" have primary keys like any serious table should have:

alt text

Try removing aspnetdb and reinstalling...

Marc

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.