Skip to content
  • There are no suggestions because the search field is empty.

T-SQL Script: Create a SQL Server login

T-SQL Script: Create a SQL Server login

CREATE LOGIN [LoginName] 
WITH PASSWORD = 'StrongPasswordHere';