SQL Server Integration Services: Difference between revisions

Content deleted Content added
Kmote (talk | contribs)
BG19bot (talk | contribs)
m WP:CHECKWIKI error fix for #61. Punctuation goes before References. Do general fixes if a problem exists. - using AWB
Line 21:
The SSIS Import/Export [[Wizard (software)|Wizard]] lets the user create packages that move data from a single data source to a destination with no transformations. The Wizard can quickly move data from a variety of source types to a variety of destination types, including text files and other SQL Server instances.
 
Developers tasked with creating or maintaining SSIS packages use a visual development tool based on [[Microsoft Visual Studio]] called the SQL Server [[Business Intelligence Development Studio]] (BIDS). It allows users to edit SSIS packages using a drag-and-drop user interface. A scripting environment in which to write programming code is also available in the tool. A package holds a variety of elements that define a workflow. Upon package execution, the tool provides color-coded real-time monitoring. (Note: In more recent versions MS SQL Server, BIDS has been replaced with "SQL Server Data Tools - Business Intelligence" (SSDT-BI).<ref>http://sqlmag.com/sql-server-2014/q-where-business-intelligence-development-studio-bids-sql-server-2014</ref><ref>http://blogs.msdn.com/b/analysisservices/archive/2013/03/06/sql-server-data-tools-business-intelligence-for-visual-studio-2012-released-online.aspx</ref>.)
 
; Connections: A connection includes the information necessary to connect to a particular data source. Tasks can reference the connection by its name, allowing the details of the connection to be changed or configured at run time.
Line 73:
Within limits, SSIS packages can load and call [[Assembly (CLI)|CLI assembly]] [[Dynamic-link library|DLL]]s, providing access to virtually any kind of operation permissible by the .NET [[Common Language Runtime|CLR]].
 
SSIS can be used on all SQL Server [[Microsoft_SQL_ServerMicrosoft SQL Server#SQL_Server_2005SQL Server 2005|2005]], [[Microsoft_SQL_ServerMicrosoft SQL Server#SQL_Server_2008SQL Server 2008|2008]], [[Microsoft_SQL_ServerMicrosoft SQL Server#SQL_Server_2008_R2SQL Server 2008 R2|2008 R2]], [[Microsoft_SQL_ServerMicrosoft SQL Server#SQL_Server_2012SQL Server 2012|2012]] and [[Microsoft_SQL_ServerMicrosoft SQL Server#SQL_Server_2014SQL Server 2014|2014]] editions except Express and Workgroup.
 
==References==
{{Reflist|2}}
 
==See also==
* [[Data Transformation Services]]
 
==References==
{{Reflist|2}}
 
==External links==