1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Adding bacpac and tsql

This commit is contained in:
Dan Rediske
2016-07-28 11:33:20 -07:00
parent 663c721d1e
commit f0e68ba647
4 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- Create a non-sysadmin account for the application to use
CREATE LOGIN ContosoClinicApplication WITH PASSWORD = '{Some Strong Password}'