Like what you see? Have a play with our trial version.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Follow the instructions below to connect Yellowfin to a Microsoft SQL Server database.

...

Then select the database option. 

1. Click on the Create button and choose the data source option.

...

Image Added
2. Select Microsoft SQL Server from the databases list.
Image Added
3. When the New Connection popup appears, provide a name and description for your database

...

Choose Microsoft SQL Server from the list of available database options. New configuration fields will appear on doing so. 
 Image Removed

...

.
4. Connection String: when selecting Connection String you have the same functionality as in Generic JDBC Data Source.
Image Added
5. Microsoft SQL Server  configuration fields:
Image Added
5. Select the Include Schema in SQL checkbox to include the schema name when addressing database tables in SQL queries. 
6. Next, enter the name or IP address of the server hosting the SQL server database.
7. From the Driver drop-down list, select one of the two drivers available for the SQL server.

...

Image Added
8. Next, specify if you want to create a default instance or a named instance of SQL Server. If an instance of Microsoft SQL Server is not already installed then a default one will be created, unless a named instance has been specified.  

...

To specify a named instance,

...

first select

...

the Use Named Instance

...

checkbox, and then enter the name of the instance in the new field.

...


...

Image Added
9. The default TCP/IP port number for the SQL server database will automatically appear.
10. Specify the name of the database containing the data that you require.
11. From the Database Authentication list,

...

choose an authentication method for the database.

...

On selecting the Windows Authentication method, you will need to provide the domain name as well.

...

Image Added
12. From the SSL dropdown list, choose whether or not the Secure Sockets Layer should be enabled to encrypt data.
13. Select the Use Custom Fetch Size checkbox if you want a specific number of data rows to be retrieved from the database after a query is executed, rather than fetching its entire result. Then specify the number of rows in the Fetch Size field. Doing so will allow Yellowfin to process data faster.

...

Image Added
14. The selected JDBC driver option appears based on your

...

selection in step 7. 

...

Image Added
15. Enter the username and password of your SQL server database account.
16. Toggle Advanced Settings to see more settings.
Image Added
17. Once you have completed your connection information, you will have several options:

...

Image Added

    Advanced Connection Editor
    1. Back: This will
  1. take you to the Data Source page in the Admin Console and allow you to edit all the advanced options available for your database
    1. navigate to the database selection.
    2. Cancel: This will close the New Connection popup.
    3. Test Connection: This will test the connection parameters you provided to ensure it can connect to your database. If the connection
  2. was
    1. is successful,
  3. a message
    1. an indicator will appear
  4. .
  5. Create View: This will save your connection and get you started on creating a view based on it.

  6. Save & Close:
    1. and you will be able to save the connection.         
      Image Added
    2. Save: This will allow you to save your connection and
  7. close the New Connection popup, returning you
    1. navigate to the Success page
  8. you were on previously.Cancel
    1. :
  9. This closes the New Connection popup without saving your connection, returning you to the page you were on previously.We recommend testing the connection, and then saving it by using the Save & Close button.

    1. Image Added