To Generate the SSIS package associated with SQL Export Specification. There are several properties that must be entered prior to generating a SSIS package. See the field descriptions below for details.
![]() |
Click the Generate icon in the toolbar to close the window and generate a SSIS package using the parameters entered on this page. The values entered will be saved for use on the next package. |
![]() |
Click the Cancel icon in the toolbar to close the window and return to the SQL Export Specifications page. No data will be saved and a SSIS package will not be generated. |
![]() |
Click the Help balloon to open the help for this page. |
N/A
You must have one or more SSIS configuration files available to select and/or edit before you are able to generate a SSIS package.
The package generated will replace the existing package with the same name. Be sure to enter all path names using UNC format, and make sure those paths are accessible from the server where MS SQL Server is running. See the glossary entry for UNC for more information.
Name | The name of the SQL Export Specification currently being updated. This is display only. |
Configuration File |
Enter a UNC path to the SSIS package configuration you want to use for this
package. This will default to the path name last used. To view or edit the contents of the Configuration File click
the Edit Package icon
![]() |
Row Delimiter |
There are 3 options for row delimiter: Carriage Return and a Line Feed {CR}{LF},
Carriage Return only {CR}, or Line Feed only {LF}. The default value is
{CR}{LF}. UNIX systems use only a {LF} as the row delimiter and MS Windows systems use a {CR}{LF} as the delimiter. Select the option that reflects how rows are delimited on the export data file for your system. |
Text Qualifier |
There are 3 options for text qualifier: None, Single Quote ('), Double
Quote ("). This setting determines how text values are identified in the
data file. The SSIS packages use a tab-delimited file for processing
with each tab representing a separate column, Since it is possible for
the data in that file to contain embedded tabs, it is important in this
case to identify text values with a delimiter to avoid this issue.
Select the option that best reflects how text values are represented in
the export data file. If "None" is selected, then the data between tabs in the export data file will be treated as a column. If either single quotes or double quotes are selected, then all data between the quote marks (even other tabs) will be treated as part of the data. |
First Row Contains Column Names | Enable this checkbox if the file to be used by the SSIS package will include column names as the first row in the file. This is the default behavior for files created by SQL Export Specifications. |
Error if import file(s) are not present | Enable this checkbox if you would like to generate an error when the import files are not available for processing by the SSIS package. You should enable this if you will always expect a file to be ready for processing when the SSIS package runs. There are times when you may not want to do this. For example, if you are processing net change files at short time intervals it's possible that there will not always be a file available for processing. |
SQL Server | The name of the server where the SQL Server database is located. Defaults from the value saved in the selected configuration file. |
SQL Database | The name of the SQL Server database you will be updating with the SSIS packages. Defaults from the value saved in the selected configuration file. |
SQL Table | The name of the table to be updated by the SSIS package. This field is display only and defaults from the SQL Table name entered on the associated SQL Export Specification. |
SQL Authentication Type | Determines what user name and password are used to access the SQL database. If you want to use the currently logged in user's username and password to log into the SQL database, select the Windows Authentication checkbox. Otherwise select SQL Server Authentication. Defaults from the value saved in the selected configuration file. |
SQL Username | The SQL username to be used when the SSIS package logs into the SQL database. This is only used if SQL Server Authentication is selected. Defaults from the value saved in the selected configuration file. |
SQL Password | The SQL password to be used when the SSIS package logs into the SQL database. This is only used if SQL Server Authentication is selected. Defaults from the value saved in the selected configuration file. |
Package Name | This is the name of the SSIS package that will be generated. The default value is the name of the SQL Export Specification. Although the package name can be changed, it is recommended that you accept the default value. |
Package Description | Enter a description for the package. This is optional and for informational purposes only. |
Package Location |
There are 2 options for the package location: File System and SQL
Server.
|
Folder Path | Enter a valid UNC path to be used for saving generated SSIS packages. This is only used if the package location option of File System is selected. |
Build Packages For | Select the SQL database version from the list of choices. This will determine how the SSIS packages are generated in order to be compatible with the various versions of the SQL Server software. |