Skip to content

Commit 604c754

Browse files
committed
[SSMS] SSMS utility update. Removed -P
1 parent 8e081b6 commit 604c754

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/ssms/ssms-utility.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can specify files that contain queries, projects, or solutions. Files that c
3434

3535
```syntaxsql
3636
Ssms
37-
[scriptfile] [projectfile] [solutionfile]
37+
[scriptfile] [projectfile] [solutionfile]
3838
[-S servername] [-d databasename] [-G] [-U username] [-E] [-nosplash] [-log [filename]?] [-?]
3939
```
4040

@@ -64,6 +64,9 @@ Connect using Active Directory Authentication. The type of connection is determi
6464
[**-U** _username_]
6565
User name when connecting with 'SQL Authentication'
6666

67+
> [!Note]
68+
> **-P** was removed in 18.0. A workaround is to connect to the server once via the UI, save your password.
69+
6770
[**-E**]
6871
Connect using Windows Authentication
6972

0 commit comments

Comments
 (0)