docs/development/extensions-contrib/sqlserver.md
To use this Apache Druid extension, include sqlserver-metadata-storage in the extensions load list.
Install Microsoft SQLServer
Create a druid database and user
Create the druid user
diurd when prompted for the password.Create a druid database owned by the user we just created
Add the following parameters to your Druid configuration, replacing <host>
with the location (host name and port) of the database.
druid.metadata.storage.type=sqlserver
druid.metadata.storage.connector.connectURI=jdbc:sqlserver://<host>;databaseName=druid
druid.metadata.storage.connector.user=druid
druid.metadata.storage.connector.password=diurd