Initial release: sql-login-syncer v1.0.0 #1

Merged
hannah-vernon merged 1 commit from dev into main 2026-07-24 16:32:26 -05:00

Genericized login sync tool: CREATE LOGIN generation with password hash + SID preservation moved from server_maintenance stored procedures into the tool. Tested against SQL Server 2019 and 2025.

Genericized login sync tool: CREATE LOGIN generation with password hash + SID preservation moved from server_maintenance stored procedures into the tool. Tested against SQL Server 2019 and 2025.
Genericized rewrite of an internal utility: the CREATE LOGIN generation
(password hash + SID preservation via LOGINPROPERTY and
sys.server_principals) now lives in the tool itself instead of
server_maintenance stored procedures.  Adds --script-only preview,
--login filtering, SID-mismatch warnings, per-login error handling,
and carries CHECK_POLICY/CHECK_EXPIRATION/disabled state.

Tested against SQL Server 2019 and 2025: sync preserves SID and
disabled flag; re-run skips existing logins.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
hannah-vernon/sql-login-syncer!1
No description provided.