Click here to Skip to main content
15,896,915 members
Articles / Database Development / SQL Server / SQL Server 2008

How to Create your First SQL Server Integration Services (SSIS) Package - Part 1

Rate me:
Please Sign up or sign in to vote.
4.90/5 (15 votes)
9 Jun 2011CPOL7 min read 341.8K   3.6K   86  
How to create your first SQL Server Integration Services (SSIS) package - part 1
  • SSIS_Example.zip
    • SSIS_Example
      • SSIS_Example.sln
      • SSIS_Example.suo
      • SSIS_Example
        • bin
          • Deployment
            • Package.dtsx
            • SSIS_Example.SSISDeploymentManifest
          • Package.dtsx
        • dd_ssis_example_1.ds
        • ds_ssis_example_1.ds
        • Package.dtsx
        • SSIS_Example.database
        • SSIS_Example.dtproj
        • SSIS_Example.dtproj.user

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{D183A3D8-5FD8-494B-B014-37F57B35E655}") = "SSIS_Example", "SSIS_Example\SSIS_Example.dtproj", "{FA515364-4AE1-4E98-9582-FD8EA68B448E}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Development|Default = Development|Default
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{FA515364-4AE1-4E98-9582-FD8EA68B448E}.Development|Default.ActiveCfg = Development
		{FA515364-4AE1-4E98-9582-FD8EA68B448E}.Development|Default.Build.0 = Development
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions