How To: Configure Microsoft SQL Server
How To: Configure Microsoft SQL Server
Click Add Current User to give the current Windows account permission to the database.
Remote Connection
If the SQL Server is remote to where XLReporter is installed i.e., on a different workstation then remote
connections must be enabled in SQL Server.
Open the SQL Server Management Studio and connect to the SQL Server instance.
Right click the server at the top and select Properties.
Under SQL Server Configuration Manager (Local) select SQL Server Services.
On the right, right-click SQL Server Browser and choose Start to start the service.
If Start and Stop are disabled this means that the service itself is disabled. To enable, open the Windows
Control Panel and open Administrative Tools, Services.
Locate the SQL Server Browser service and double click on it to access Properties.
TLS Security
When a connector in XLReporter is configured to Microsoft SQL Server, by default it uses the Microsoft OLEDB
Provider for SQL Server that is delivered with the Windows Operating System. However, this OLEDB provider
does not support TLS 1.2 security which can be configured in later versions of SQL Server.
The telltale sign that TLS 1.2 security is enabled on the database is that when the Test Connection button is
clicked, the error returned is: SSL Security error.
To combat this, Microsoft has released an updated driver (Microsoft OLEDB Driver for SQL Server). This can be
downloaded from Microsoft’s website and installed. Both the 32 (x86) and 64 (x64) drivers should be installed.
If this driver is installed on the PC, when a connector to SQL Server is configured, it will use the new driver
rather than the one delivered by the Operating System.