Hi,
Am using Grafana version 11.5.2. Tried connecting my SQL sever to the database in my local machine like this:
localhost:51008 and using windows authentication.
My db is created and its name is Titanic. Tried to connect db using SQL managament studio and able to view/query from database.
But while adding grafana data source am getting error like:
Database error: Failed to connect to the mssql server
Click here to learn more about this error.
Details
mssql: login error: Cannot open database “Titanic” that was requested by the login. Using the user default database “master” instead.
After changing my Titanic db name to master data sources added successfully. But my requirement is to add my own db.
Please do check and let me know how can I clear this issue.
Thank you!