Skip to content

Commit 7af07e3

Browse files
committed
Revert sp_reload_mssqlconf
1 parent 0c9c143 commit 7af07e3

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

docs/linux/sql-server-linux-custom-password-policy.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,6 @@ Use [adutil](sql-server-linux-ad-auth-adutil-introduction.md) to fetch the passw
100100
sudo systemctl restart mssql-server
101101
```
102102

103-
In [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] Cumulative Update (CU) 1 and later versions, you can apply password policy changes to SQL Server without restarting the service. Connect to the SQL Server instance and run the `sp_reload_mssqlconf` stored procedure to apply the changes:
104-
105-
```sql
106-
EXECUTE sp_reload_mssqlconf;
107-
```
108-
109103
<a id="manual"></a>
110104

111105
## Manually set a custom password policy using mssql-conf
@@ -146,12 +140,6 @@ Run the following **mssql-conf** commands to set each policy configuration prope
146140
sudo systemctl restart mssql-server
147141
```
148142

149-
In [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] CU 1, run the following stored procedure instead:
150-
151-
```sql
152-
EXECUTE sp_reload_mssqlconf;
153-
```
154-
155143
## Limitations
156144

157145
In [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] CU 23 and [!INCLUDE [sssql25-md](../includes/sssql25-md.md)], the `minimumpasswordlength` setting can't exceed 14 characters. [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] CU 1 removes this restriction.

0 commit comments

Comments
 (0)