17.06.2013 Views

Beginning Microsoft SQL Server 2008 ... - S3 Tech Training

Beginning Microsoft SQL Server 2008 ... - S3 Tech Training

Beginning Microsoft SQL Server 2008 ... - S3 Tech Training

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

General<br />

Figure 18-19<br />

Many fields on this first dialog are fairly self-explanatory, but let’s pay particular attention to the Package<br />

Source field. We can store SSIS packages in one of three places:<br />

❑ The File System: This is what we did on our Import/Export Wizard package. This option is<br />

really nice for mobility; you can easily save the package off and move it to another system.<br />

❑ <strong>SQL</strong> <strong>Server</strong>: This model stores the package in <strong>SQL</strong> <strong>Server</strong>. Under this approach, your package<br />

will be backed up whenever you back up your MSDB database (which is a system database in<br />

every <strong>SQL</strong> <strong>Server</strong> installation).<br />

❑ SSIS Package Store: This storage model provides the idea of an organized set of “folders”<br />

where you can store your package along with other packages of the same general type or purpose.<br />

The folders can be stored in either MSDB or the file system.<br />

Configurations<br />

SSIS allows you to define configurations for your packages. These are essentially a collection of settings<br />

to be used, and you can actually combine more than one of them into a suite of settings.<br />

Command Files<br />

Chapter 18: Getting Integrated with Integration Services<br />

These are batch files that you wish to run as part of your package. You can use these to do system-level<br />

things such as copying files around to places you need them. (They will run under whatever account the<br />

Integration Services Service is running under, so any required access on your network will need to be<br />

granted to that account.)<br />

559

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!