Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SSIS package

Author  Topic 

divan
Posting Yak Master

153 Posts

Posted - 2013-10-04 : 10:13:22
I have written a SSIS package a long time ago but do not remember what it does.. Is there a way to check and see what this package does??

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-10-04 : 10:20:12
yep..Open the package in BIDS (Business Intelligence Development Studio) and you can see the entire package flow visually where you can check properties/inline queries and understand what its doing.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

divan
Posting Yak Master

153 Posts

Posted - 2013-10-04 : 10:24:10
Does BIDS come with SQL or is this something else that I might have to install?
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-10-04 : 10:34:18
nope...it comes with full installation of sql server ( as a part of desktop tools)

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

Lamprey
Master Smack Fu Yak Hacker

4614 Posts

Posted - 2013-10-04 : 13:24:00
There is also the newer Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio, depending on what you have installed already.
Go to Top of Page
   

- Advertisement -