Crisp's destination connectors allow users to quickly and easily import data into their on-premise databases. Below is a guide for doing this with our Azure Blob Storage connector.

In this example, you will need to have the following to start:

Example Setup

1. Make sure your connector is set up in Crisp. You can refer to our Azure Blob Storage connection setup guide if you encounter any issues.

2. Open SQL Server Data Tools (SSDT) for Visual Studio.

3. Click "Create a new project."

Create_a_new_project.png

4. Scroll down the list of templates and select “Integration Services Project" and then "Next."

Create_Integration_Services_Project.png

5. Fill out the fields in the "Configure your project" screen and then click "Create."

Configure_your_new_project.png

6. Select the “Data Flow” tab at the top of the screen and click the link in the center to "add a new Data Flow task."

Select_Data_Flow.png

7. Open the "Toolbox" tab on the left of the screen and make sure you have the Azure Feature Pack installed. Under "Azure," click "Azure Blob Source" and drag from the "Toolbox" to the center. 

Click_and_drag_Azure_Blob_Source.png

8. Double click on the "Azure Blob Source" box.

Double_click_Azure_Blob_Source.png

9. An "Azure Blob Source Editor" window will open for you to configure. Click the "New..." button.

New.png

10. In the editor window, enter your Azure account name and paste in your Access Key from Azure. Then click "Test Connection" and "OK." 

Test_Connection.png

11. Under "Location" provide your "Blob container name" and type or paste in your "Blob name" (it's likely a CSV file). After those have been provided, click "OK."

Enter_Container_Name_and_Blob_Name.png12. Scroll down the "Toolbox" on the left. Under "Other Destinations," click "SQL Server Destination" and drag it to the center of the screen.

Click_and_drag_SQL_server_destination.png

13. Click and drag the blue arrow from "Azure Blob Source" to "SQL Server Destination."

Click_and_drag_SQL_server_destination.png14. Double click on the "SQL Server Destination" box.

SQL_Server_Destination_box.png

15. The "SQL Destination Editor" window will open. Next to "Connection manager," click the "New..." button.

Configure_OLE_DB_Connection_Manager.png

16. Click the "Server name" and "database name" dropdowns and select the server and database for your database created in SQL Server Management Studio. Then click "OK."

Select_server_name_and_database_name.png

17. You'll be returned to the original "SQL Destination Editor" window. From there, click the "New..." button next to "Use a table or view." Here you can choose to name your table. The recommended best practice is to name it the same as the name of the report being downloaded. When finished, click "OK."

Create_table.png

18. You can now navigate to the "Control Flow" tab at the top of the screen and click "Start" to run your "Data Flow Task." Within seconds, your data will begin to flow to your on-premises solution. Please note, you will still need to add your own logic, such as date parameterization, to fully implement a  scheduled work flow to download reports on a frequent basis.

Start_Data_Flow_Task.png