Is it possible to export all the users roles and their permissions on schema objects within a database in a .sql file and import them later in an other database ?
Asked
Active
Viewed 2,815 times
1 Answers
1
There are a couple of answers to a similar question that might be of use to you.
How to export all the security-related information from a SQL Server database
The answer I believe is yes. You can use SSMS to generate scripts and have it filtered to just users.
Here is a webpage detailing how you would Create Script to Copy Database Schema and All The Objects.
Simon Draper
- 94
- 6