lowlydba / lowlydba.sqlserver

:spoon: A cross-platform Ansible collection using PowerShell to configure and maintain SQL Server.
https://galaxy.ansible.com/ui/repo/published/lowlydba/sqlserver
GNU General Public License v3.0
19 stars 12 forks source link

[Request] Add SID as an optional parameter to login module #189

Closed OsirisDBA closed 1 year ago

OsirisDBA commented 1 year ago

SQL Logins for always on instances require that the SID match across all nodes in the cluster. DBAtools already supports the SID parameter so just adding it as an optional parameter to the login module and passing it onto the dbatools should suffice.