December 29, 2015 at 10:39 am
Good Morning Guys,
I just what tools do i need so i can create a simple SSIS package. i currently have a Fully licensed SQL Server 2012 but i don't have a Visual Studio Installed on my machine. is there a substitute tool that i can use so i can create my SSIS package with only my SQL Server 2012? any help from you guys is very much appreciated.
Best Regards,
Noel Isip
December 29, 2015 at 10:53 am
Do you have SQL Server Data Tools? It's not a full version of Visual Studio. That's enough to do SSIS.
December 29, 2015 at 11:14 am
pietlinden (12/29/2015)
Do you have SQL Server Data Tools? It's not a full version of Visual Studio. That's enough to do SSIS.
That's not "enough" for SSIS. That is EXACTLY what you need!
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 29, 2015 at 11:45 am
At a bare minimum, all you need is Notepad, but the free SSDT tool provided by Microsoft provides some nice to have features too.
"Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho
December 29, 2015 at 11:48 am
Eric M Russell (12/29/2015)
At a bare minimum, all you need is Notepad, but the free SSDT tool provided by Microsoft provides some nice to have features too.
Eric, if you're gonna go that route, at least recommend Notepad++
😀
It's true, you can build packages with any text editor, but it's more work than you're looking for. 🙂
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 29, 2015 at 12:10 pm
Alvin Ramard (12/29/2015)
Eric M Russell (12/29/2015)
At a bare minimum, all you need is Notepad, but the free SSDT tool provided by Microsoft provides some nice to have features too.Eric, if you're gonna go that route, at least recommend Notepad++
😀
It's true, you can build packages with any text editor, but it's more work than you're looking for. 🙂
Let's not turn this into a religious debate. Both tools can get the job done. :satisfied:
"Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho
December 29, 2015 at 12:56 pm
Stylez (12/29/2015)
Good Morning Guys,...is there a substitute tool that i can use so i can create my SSIS package with only my SQL Server 2012?
Depending on what you are trying to do you can build packages in SQL Server Management Studio too. E.g. you can Right-Click a database, go to Tasks then select import or export, select stuff to import/export then save your work as an SSIS package. You can also create SSIS packages under Management >Maintenance Plans.
Again, it depends what you want to do.
-- Itzik Ben-Gan 2001
December 30, 2015 at 1:49 pm
Much Thanks to all you guys, i have downloaded the newest version of SSDT for Visual Studio 2015. i will try to create a sample package and see what features it has to facilitate in creating the SSIS Package i need. Again Much Thanks to all you guys for providing me with all the possible answers i would need
Best Regards,
Noel Isip
January 5, 2023 at 4:46 pm
This was removed by the editor as SPAM
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply