Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
13145 Points
2632 Posts
May 14, 2005 07:28 PM|LINK
It will only delete users that are not fully registered with DNN. All users that are fully registered and working will be left alone.
You can run the first select query to see what users will be deleted before running the second TSQL script.
If you are using the Membership tables to for other applications besides DNN then you don't want to run this.
I guess it would be easy enough to turn this around and add the members from the aspnet_ tables to the DNN tables.
J7Mitch
Star
13145 Points
2632 Posts
Re: User Accounts is currently unavailable
May 14, 2005 07:28 PM|LINK
It will only delete users that are not fully registered with DNN. All users that are fully registered and working will be left alone.
You can run the first select query to see what users will be deleted before running the second TSQL script.
If you are using the Membership tables to for other applications besides DNN then you don't want to run this.
I guess it would be easy enough to turn this around and add the members from the aspnet_ tables to the DNN tables.