mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
4 lines
140 B
SQL
4 lines
140 B
SQL
-- Create a non-sysadmin account for the application to use
|
|
CREATE LOGIN ContosoClinicApplication WITH PASSWORD = '{Some Strong Password}'
|
|
|