Deployment Of SSIS.

  • In SSIS Deployment, there is 2 Modes of deployment. first is File system Deployment and another is SQLServer Deployment. Which one is better to Use??

  • I personally prefere msdb deployment. It really depends on how much you want to worry about maintaining backups and the like on msdb vs. using a file system backup, and how easily you want to be able to swap the packages from a file level vs. a re-import to the msdb structure.


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • "Better" is subjective, but I use SQL Server deployment into msdb.

    - Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
    Property of The Thread

    "Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon

  • It depends business to business. Largely, if, security of package is a concern opt for SQL Server storage

    Raunak J

  • I think Craig hit it on the head.

    I personally refer MSDB because I want all my database stuff backed up together and not have to worry about the file system.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply