Microsoft SQL Server

Frends templates for SQL Server. SQL Server is a relational database management system, used for storing structured data.
This template generates CSV data from Microsoft SQL Server. Using this template, you can create a CSV file by fetching data from Microsoft SQL Server, and then transform it into CSV file which will be saved on SFTP server.
This template assumes that the following prerequisites are in place:
This template creates a new CSV file based on the data from the SQL query. The variable SelectionCriteria provides the possibility to add conditions to the SELECT statement. In case of already existing file in SFTP server path, old file will be overwritten.
Connection to Database and SFTP server is retried three time before failing. Any other error related to conversion process is not handled by the process.
TableName | Name of the database table. |
ColumnNames | A comma-separated list of columns from which data will be selected. |
SelectionCriteria | The criteria to select the record(s) from the table. |
ConnectionString 🗝 | Connection string to access the database. |
ServerAddress | SFTP server address. |
ServerUser | SFTP server user. |
ServerPassword 🗝 | SFTP server user's password. |
Directory | Directory for files uploaded on SFTP server |
FileName | Name of the file to be written on SFTP server. |
Frends templates for SQL Server. SQL Server is a relational database management system, used for storing structured data.