I would like to connect my Microsoft SQL Server database to Tableau. However, I'm getting the following error when trying to make the connection:
An error occurred while communicating with Microsoft SQL Server. Unable to connect to the server. Check that the server is running and that you have access privileges to the requested database.
Error Code: 37CE01A3
[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed Unable to connect to the Microsoft SQL Server server "DESKTOP-2L863I0\SQLEXPRESS". Check that the server is running and that you have access privileges to the requested database.
Is there anything else I need to do within Microsoft SQL Server to allow this connection. Database is locally hosted on my computer and uses standard port.
Any help with this would be much appreciated.