Pretty easy to do. Open Query Analyzer and type:
USE
GO
Alter User
GO
database name = name of the database (duh)
user name = name of the user you want to change the schema for
schema name = name of the scheme you want to user to use
Do this for each user you want to change schema for. Sucks if it's a bunch!
No comments:
Post a Comment