Most complex SSIS package you have worked on
-
What is the most complex SSIS package you have worked on? What did you learn from its implementation?
-
Actually SSIS is very much databases. It is a tool to transfer data from one data source to another.
There are only 10 types of people in the world, those who understand binary and those who don't.
-
-
Where would you suggest posting a discussion on SSIS? Is there a forum that you think is more appropriate than this one?
There are only 10 types of people in the world, those who understand binary and those who don't.
-
Where would you suggest posting a discussion on SSIS? Is there a forum that you think is more appropriate than this one?
There are only 10 types of people in the world, those who understand binary and those who don't.
RyanDev wrote:
Where would you suggest posting a discussion on SSIS?
The Lounge.
RyanDev wrote:
Is there a forum that you think is more appropriate than this one?
Nope. Are you suggesting we need a new forum for SSIS or tools? Just wondering how this would reflect on the C# forum, and no, I don't have a decent answer.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
-
Richard MacCutchan wrote:
Lounge discussion subject,
Could be, but I would bet if OP put it in the Lounge they'd get flamed by many.
Richard MacCutchan wrote:
it's not a technical question.
It's a good topic for discussions, which is what these forums are, discussions. However, I now notice that at the top of the discussions forum it says "how to ask a question." Personally, I see QA as quick questions with direct answers and these discussion forums for discussions. I found it very appropriate.
There are only 10 types of people in the world, those who understand binary and those who don't.
-
RyanDev wrote:
Where would you suggest posting a discussion on SSIS?
The Lounge.
RyanDev wrote:
Is there a forum that you think is more appropriate than this one?
Nope. Are you suggesting we need a new forum for SSIS or tools? Just wondering how this would reflect on the C# forum, and no, I don't have a decent answer.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
-
Eddy Vluggen wrote:
need a new forum for Tools?
No, we already have Facebook, er, I mean the Lounge. :-\
There are only 10 types of people in the world, those who understand binary and those who don't.
"The Lounge" was answered in jest, but it should be allowed there; it's not a programming question. The C# forum would become a very broad subject if we discussed/accepted each utility available.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
-
Richard MacCutchan wrote:
Lounge discussion subject,
Could be, but I would bet if OP put it in the Lounge they'd get flamed by many.
Richard MacCutchan wrote:
it's not a technical question.
It's a good topic for discussions, which is what these forums are, discussions. However, I now notice that at the top of the discussions forum it says "how to ask a question." Personally, I see QA as quick questions with direct answers and these discussion forums for discussions. I found it very appropriate.
There are only 10 types of people in the world, those who understand binary and those who don't.
RyanDev wrote:
if OP put it in the Lounge they'd get flamed by many.
I don't see why, as it is not a programming question, more a general request for opinions and experiences. Plenty of similar discussions appear in the Lounge. I know these forums are titled "Discussions", but in reality they are for asking Technical Questions.
-
What is the most complex SSIS package you have worked on? What did you learn from its implementation?
Ignore Richard and the bastard, this is an appropriate question in the correct forum. Unfortunately your question is a little too broad to elicit a reasonable response. SSIS is such a wide subject. I do know that we moved from ETL to ELT where the transforms are done via stored procedure. It is faster and I find it easier to debug and test. So SSIS just moves the data from the source into staging tables and launches the transform stored proc.
Never underestimate the power of human stupidity RAH