July 9, 2009 at 10:42 am
Hello,
Is it possible to copy a flat file source definition - including the field-by-field mappings and data type definitions - from one SSIS package to another? I have such a flat file source with dozens and dozens of fields in one SSIS package and I would like not to have to re-do them all in a new version that I am creating.
Thanks in advance for any help. Let me know if you need any more details about the issue.
Sincerely,
webrunner
-------------------
A SQL query walks into a bar and sees two tables. He walks up to them and asks, "Can I join you?"
Ref.: http://tkyte.blogspot.com/2009/02/sql-joke.html
July 9, 2009 at 11:39 am
You can copy the connection manager from one package to another. I believe than should give you what you wanr.
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]
July 9, 2009 at 11:49 am
Alvin Ramard (7/9/2009)
You can copy the connection manager from one package to another. I believe than should give you what you wanr.
Thanks. Do you mean you can right-click the connection manager and copy it, then paste it in Connection manager section of the other SSIS package design screen?
Thanks again,
webrunner
-------------------
A SQL query walks into a bar and sees two tables. He walks up to them and asks, "Can I join you?"
Ref.: http://tkyte.blogspot.com/2009/02/sql-joke.html
July 9, 2009 at 12:02 pm
webrunner (7/9/2009)
Alvin Ramard (7/9/2009)
You can copy the connection manager from one package to another. I believe than should give you what you wanr.Thanks. Do you mean you can right-click the connection manager and copy it, then paste it in Connection manager section of the other SSIS package design screen?
Thanks again,
webrunner
That is what I meant.
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]
July 9, 2009 at 12:12 pm
Alvin Ramard (7/9/2009)
webrunner (7/9/2009)
Alvin Ramard (7/9/2009)
You can copy the connection manager from one package to another. I believe than should give you what you wanr.Thanks. Do you mean you can right-click the connection manager and copy it, then paste it in Connection manager section of the other SSIS package design screen?
Thanks again,
webrunner
That is what I meant.
Great, thanks. I can't believe it's that easy.
Sincerely,
webrunner
-------------------
A SQL query walks into a bar and sees two tables. He walks up to them and asks, "Can I join you?"
Ref.: http://tkyte.blogspot.com/2009/02/sql-joke.html
July 9, 2009 at 12:30 pm
Yep, pretty easy, and you're welcome.
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]
July 9, 2009 at 6:19 pm
If you are starting fresh, you could just copy the package and rename it and then take out anything you don't need..
CEWII
July 10, 2009 at 7:58 am
Elliott W (7/9/2009)
If you are starting fresh, you could just copy the package and rename it and then take out anything you don't need..CEWII
Thanks. What if I started with a whole solution folder on my local desktop and want to transfer it to a test server that doesn't have Business Intelligence Development Studio on it? Is there a way to copy the whole folder, or do I not need to?
My problem is that when I try to deploy the package, it throws errors when I run it (trying to connect to my local desktop connection manager).
Thanks again for any help.
- webrunner
-------------------
A SQL query walks into a bar and sees two tables. He walks up to them and asks, "Can I join you?"
Ref.: http://tkyte.blogspot.com/2009/02/sql-joke.html
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply