Here is my setup.
1.Virtual server English
msSQL 5 Express Instance with English Collation
2.Virtual server [Local language]
msSQL 5 Express Instance with [Local language] Collation
Creating new users works fine to each server
I need to move a user from 1 plan to the other.
So I change the plan without error, but when creating a database the database still gets created on previous plans mssql server
what should I do.
- Create new user in preferred hosting plan,
- Create a (bogus) database with same name as old database
- through SQL Server Management Studio, delete the new database
- detach old database from old instance and attach it to the new instance
- give new sql user access to the old database.
- copy website from old webusername to new username
- change file setting for new user on all files
Maybe I should just move the database between instances? How do I take with me the Database User ? or how do I inform DNP that this other INstance of MSSQL should also be attached to this user and administered by him.
Or is there a simpler way to do this ?