I want to move my database to another application (website) When I add this database to the new site the users and the information that comes with each user is fine and they can log on fine, but new users cant register, when using a new database the site is fine, I think it might be to do with the the users in my current database have unique user codes asigned to the script and the new script wont allow people to register with this database. Is maybe I have to change something in the new script to? Thanks to anyone who can help
of course it depends on the script related to your registration module. If you show the code then I can get some ideas. Regards
An easy way to move your database files to another location is by 1. detaching the database , 2. moving the database and 3. attaching the database. Moving of the database can be done in SQL Server Management Studio (SSMS).