You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -53,7 +53,7 @@ Metadata visibility configuration doesn't apply to the following securables:
53
53
- Replication system tables
54
54
-[!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent system tables
55
55
- Backup system tables
56
-
- Replication and [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent **sp_help** stored procedures
56
+
- Replication and [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent `sp_help` stored procedures
57
57
58
58
Limited metadata accessibility means the following:
59
59
@@ -110,32 +110,32 @@ The following metadata isn't subject to forced disclosure:
110
110
111
111
- Source definition of a user-defined object such as a stored procedure or trigger. The source code is visible only when one of the following is true:
112
112
113
-
- The user has **VIEW DEFINITION** permission on the object.
113
+
- The user has **VIEW DEFINITION** permission on the object.
114
114
115
-
- The user hasn't been denied **VIEW DEFINITION** permission on the object and has **CONTROL**, **ALTER**, or **TAKE OWNERSHIP** permission on the object. All other users will see `NULL`.
115
+
- The user hasn't been denied **VIEW DEFINITION** permission on the object and has **CONTROL**, **ALTER**, or **TAKE OWNERSHIP** permission on the object. All other users will see `NULL`.
116
116
117
117
- The definition columns found in the following catalog views:
118
118
119
-
-`sys.all_sql_modules`
120
-
-`sys.server_sql_modules`
121
-
-`sys.default_constraints`
122
-
-`sys.numbered_procedures`
123
-
-`sys.sql_modules`
124
-
-`sys.check_constraints`
125
-
-`sys.computed_columns`
119
+
-`sys.all_sql_modules`
120
+
-`sys.server_sql_modules`
121
+
-`sys.default_constraints`
122
+
-`sys.numbered_procedures`
123
+
-`sys.sql_modules`
124
+
-`sys.check_constraints`
125
+
-`sys.computed_columns`
126
126
127
127
- The `ctext` column in the `syscomments` compatibility view.
128
128
129
129
- The output of the `sp_helptext` procedure.
130
130
131
131
- The following columns in the information schema views:
0 commit comments