1 / 10

Where to Put Your Package

Where to Put Your Package. Okay, stop giggling – this is SQL Server!. About Me. SQL Server DBA since 2006 Data professional for a small non-profit Spend a lot of time considering how things fit together Blog: http://www.MrAndrewDykstra.com Twitter: @ MrAndrewDykstra. The Data Flow Task.

kalkin
Télécharger la présentation

Where to Put Your Package

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Where to Put Your Package Okay, stop giggling – this is SQL Server!

  2. About Me • SQL Server DBA since 2006 • Data professional for a small non-profit • Spend a lot of time considering how things fit together Blog: http://www.MrAndrewDykstra.com Twitter: @MrAndrewDykstra

  3. The Data Flow Task • Storage Options • Security • Backups • Package Execution

  4. Where do you store your SSIS packages? (SQL2k8 - msdb.dbo.sysssispackage)

  5. Security - File System Windows Security

  6. Security - MSDB Access to MSDB + SQL Server DTS Roles: • db_dtsadmin (and sysadmin) • SELECT *, INSERT, UPDATE *, DELETE *, EXECUTE *, EXPORT *, GRANT|REVOKE * • db_dtsltuser • SELECT *, INSERT, UPDATE <own>, DELETE <own>, EXECUTE <own>, EXPORT <own> • db_dtsoperator • SELECT *, EXECUTE *, EXPORT *

  7. Backups FILE SYSTEM • File System Backups • Windows backups, copy to thumb drive, upload to the cloud, etc. • File System Restores • Just restoring a file from one media to another MSDB • Backing up system databases • specifically the msdb database • Restore MSDB

  8. Execution FILE SYSTEM • Command Line (dtexec) • GUI (dtexecui.exe or SSMS) • SQL Agent Job MSDB • GUI (dtexecui.exe or SSMS) • SQL Agent Job

  9. This Stuff Isn’t New But sometimes it just helps to go over it again… • Storage • Security • Backups • Execution

  10. Please Review • Speaker Rate.com • SpeakerRate.com/MrAndrewDykstra • Blog • MrAndrewDykstra.com/2010/10/Where-To-Put-Your-Package • User Group Website • SpringsSQL.SQLPass.org/Resources.aspx

More Related