Answers for "What is the syntax of creating a new login on SQL Server?"

SQL
8

create login sql server

CREATE LOGIN <login_name> WITH PASSWORD = '<enterStrongPasswordHere>';
GO
Posted by: Guest on August-06-2020

Code answers related to "What is the syntax of creating a new login on SQL Server?"

Code answers related to "SQL"

Browse Popular Code Answers by Language