When I reverse engineer a SQL 2005 database, it is not picking up any of the SQL Logins that are MS Domain Global groups. I am a member of some of these groups and I can see the groups in SQL Server Management Studio.
SQL logins that are MS Domain user IDs are picked up just fine.
Any help is appreciated.
Thank you
Hi,
TDM is able to load all principal types that can be loaded from database - accordingly to documentation. One exception exists, the “Application role”. We can load the following principal types:
SQL user
Windows user
Windows group
Database role
User mapped to a certificate
User mapped to an asymmetric key
I hope it helps,
Vaclav