Connect to Microsoft SQL
Steps to prepare and connect to MS-SQL
Lightup account setup: MS-SQL
You'll need a user account that can query data and metadata for all tables you want to monitor. You might already have a user set up that will work, or you might need to create one.
Run the following T-SQL:
Connector settings
Host Name - The hostname for the datasource (check the browser address bar; you want the string between // and /. Example:
https://
host.na.me
/
Database Name - The name of the database you're connecting to.
Username - Enter lightup.
Password - The lightup account's password.
Last updated