We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b714acd commit 375c7b1Copy full SHA for 375c7b1
README.org
@@ -29,6 +29,16 @@
29
connection is established the current buffer will be associated with the SQL
30
Server and the completion and the query exection will be performed against
31
that server.
32
+
33
+ =lsp-mssql= also supports Azure MSSQL. To connect using Service
34
+ Principals, you need to use raw connection string:
35
36
+#+begin_src emacs-lisp
37
+ (setq lsp-mssql-connections
38
+ [(:server "SERVER-NAME.database.windows.net"
39
+ :connectionString "SERVER=SERVER-NAME.database.windows.net;DATABASE=...;UID=...;PWD=...;AUTHENTICATION=ActiveDirectoryServicePrincipal")])
40
+#+end_src
41
42
** Commands
43
- Editor
44
- =lsp-mssql-connect= - connect the editor to =MSSQL server=.
0 commit comments