handle CREATE LOGIN x WITH PASSWORD in database projects

129 Views Asked by At

How to manage logins with password in database project in visual studio? Again I compare the database schemas and the same problem occurs - either the passwords are copied to the code repository from the dacpac files or schema compare reports differences on these logins when someone in the repo removes these passwords.

0

There are 0 best solutions below