Dropping a user is a potentially dangerous operation
cwhipple
Posts: 2
I'm trying to deploy a database and I keep getting the following error:
Compare warning: [Low] Dropping a user is a potentially dangerous operation. Dependencies for the #XXXXX# user are not selected automatically. If you are sure you want to drop this user please select the objects that belong to this user manually.
I have set RedGateDatabaseOptionsIgnoreUsers variable to true
After reading this post:
viewtopic.php?f=163&t=20289
I set the SQL Source Control filter to exclude users but I'm still receiving the error above.
Thanks
Compare warning: [Low] Dropping a user is a potentially dangerous operation. Dependencies for the #XXXXX# user are not selected automatically. If you are sure you want to drop this user please select the objects that belong to this user manually.
I have set RedGateDatabaseOptionsIgnoreUsers variable to true
After reading this post:
viewtopic.php?f=163&t=20289
I set the SQL Source Control filter to exclude users but I'm still receiving the error above.
Thanks
Comments
To really ignore users, you will have to create a filter file in your database package. Those filter rules will then be respected when Deployment Manager does it deployments. Here is the relevant documentation: http://documentation.red-gate.com/displ ... deployment
There is a filter rule to do with filtering users, I have not used it myself, but it might be what you are looking for! Thanks!
Chirayu
Software Engineer - Deployment Manager
Red Gate