Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 01, 2013 12:31 PM by oned_gk
Member
15 Points
55 Posts
Jan 30, 2013 09:02 PM|LINK
Hi
Is there any harm in creating tables in the Membership Provided Database named ASPNETDB.MDF?
It contains all the membership data such as User registration details, profile information etc.
All-Star
31021 Points
6354 Posts
Jan 30, 2013 10:01 PM|LINK
Jan 30, 2013 10:06 PM|LINK
Thank You very much
JUst one last question, what about linking a new table to the existing ones through a foreign key. Is it safe?
Last question: Is renaming the database a good option as well?
Feb 01, 2013 12:31 PM|LINK
Safe for selecting, but not for deleting/updating except you realy understand the sql commands.
Maybe the good point is you familier with the name.
TheInteracti...
Member
15 Points
55 Posts
Creating tables in ASPNETDB.MDF
Jan 30, 2013 09:02 PM|LINK
Hi
Is there any harm in creating tables in the Membership Provided Database named ASPNETDB.MDF?
It contains all the membership data such as User registration details, profile information etc.
oned_gk
All-Star
31021 Points
6354 Posts
Re: Creating tables in ASPNETDB.MDF
Jan 30, 2013 10:01 PM|LINK
TheInteracti...
Member
15 Points
55 Posts
Re: Creating tables in ASPNETDB.MDF
Jan 30, 2013 10:06 PM|LINK
Thank You very much
JUst one last question, what about linking a new table to the existing ones through a foreign key. Is it safe?
Last question: Is renaming the database a good option as well?
oned_gk
All-Star
31021 Points
6354 Posts
Re: Creating tables in ASPNETDB.MDF
Feb 01, 2013 12:31 PM|LINK
Safe for selecting, but not for deleting/updating except you realy understand the sql commands.
Maybe the good point is you familier with the name.