瀏覽代碼

Updated Readme

Pedro Lopes 9 年之前
父節點
當前提交
6b70c7a722
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      Securables/README.md

+ 5 - 5
Securables/README.md

@@ -2,10 +2,10 @@ Change log and other information available at http://aka.ms/SQLInsights - SQL Sw
 
 **Purpose:** Generates all database logins and their respective securables.
 
-**Usage**
-All users: EXEC usp_SecurCreation 
-One user, All DBs: EXEC usp_SecurCreation '<User>'
-One user, One DB: EXEC usp_SecurCreation '<User>', '<DBName>'
-All users, One DB: EXEC usp_SecurCreation NULL, '<DBName>'
+These are the options available:
+- All users: EXEC usp_SecurCreation
+- One user, All DBs: EXEC usp_SecurCreation '<User>'
+- One user, One DB: EXEC usp_SecurCreation '<User>', '<DBName>'
+- All users, One DB: EXEC usp_SecurCreation NULL, '<DBName>'
 
 **Note:** Does not deal with CERTIFICATE_MAPPED_LOGIN and ASYMMETRIC_KEY_MAPPED_LOGIN types.