Download presentation
Presentation is loading. Please wait.
Published byAustyn Williams Modified over 10 years ago
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 1.Storage Options 2.Security 3.Backups 4.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, DELETE, EXECUTE, EXPORT 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 Isnt 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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.