|
Analysis Service Processing Task – The Analysis Services Processing task processes Analysis Services objects such as tabular models, cubes, dimensions, and mining models.
For more reference: https://msdn.microsoft.com/en-us/library/ms141779.aspx |
|
Bulk Insert Task – The Bulk Insert task provides an efficient way to copy large amounts of data into a SQL Server table or view. For example, suppose your company stores its million-row product list on a mainframe system, but the company’s e-commerce system uses SQL Server to populate Web pages. You must update the SQL Server product table nightly with the master product list from the mainframe. To update the table, you save the product list in a tab-delimited format and use the Bulk Insert task to copy the data directly into the SQL Server table.
To ensure high-speed data copying, transformations cannot be performed on the data while it is moving from the source file to the table or view.
For more reference: https://msdn.microsoft.com/en-us/library/ms141239.aspx |
|
Data Profiling Task – The Data Profiling task computes various profiles that help you become familiar with a data source and identify problems in the data that have to be fixed.
You can use the Data Profiling task inside an Integration Services package to profile data that is stored in SQL Server and to identify potential problems with data quality.
For more reference: https://msdn.microsoft.com/en-us/library/bb895263.aspx |
|
Execute Package Task – The Execute Package task extends the enterprise capabilities of Integration Services by letting packages run other packages as part of a workflow.
For more reference: https://msdn.microsoft.com/en-us/library/ms137609.aspx |
|
Execute Process Task – The Execute Process task runs an application or batch file as part of a SQL Server Integration Services package workflow. Although you can use the Execute Process task to open any standard application, such as Microsoft Excel or Microsoft Word, you typically use it to run business applications or batch files that work against a data source.
For more reference: https://msdn.microsoft.com/en-us/library/ms141166.aspx |
|
Expression Task – The Expression Task creates and evaluates expressions that set variable values at runtime, using the Expression Builder. When you edit the task, the Expression Builder is launched.
For more reference: https://msdn.microsoft.com/en-us/library/hh213137.aspx |
|
File System Task – The File System task performs operations on files and directories in the file system. For example, by using the File System task, a package can create, move, or delete directories and files. You can also use the File System task to set attributes on files and directories. For example, the File System task can make files hidden or read-only.
For more reference: https://msdn.microsoft.com/en-us/library/ms140185.aspx |
|
FTP Task – The FTP task downloads and uploads data files and manages directories on servers. For example, a package can download data files from a remote server or an Internet location as part of an Integration Services package workflow.
For more reference: https://msdn.microsoft.com/en-us/library/ms137656.aspx |
|
Script Task – The Script task provides code to perform functions that are not available in the built-in tasks and transformations that SQL Server Integration Services provides.
For more reference: https://msdn.microsoft.com/en-us/library/ms141752.aspx |
|
Send Mail Task – The Send Mail task sends an e-mail message. By using the Send Mail task, a package can send messages if tasks in the package workflow succeed or fail, or send messages in response to an event that the package raises at run time. For example, the task can notify a database administrator about the success or failure of the Backup Database task.
For more reference: https://msdn.microsoft.com/en-us/library/ms142165.aspx |
|
Web Service Task – The Web Service task executes a Web service method.
For more reference: https://msdn.microsoft.com/en-us/library/ms140114.aspx |
|
XML Task – The XML task is used to work with XML data. Using this task, a package can retrieve XML documents, apply operations to the documents by using Extensible Stylesheet Language Transformations (XSLT) style sheets and XPath expressions, merge multiple documents, or validate, compare, and save the updated documents to files and variables.
For more reference: https://msdn.microsoft.com/en-us/library/ms141055.aspx |