From: RG on
Currently, we have a 90gig db which is updated once daily with more than 60
gig worth of data. The update is written in c# and utilizes stored
procedures. There are only a few transactions, but they are enormous, I
guess to maintain integrity of the data.

Is SSIS solid and reliable for the above purpose? Does it provide high
degree of flexibility and reliability? If yes, considering the above case,
is there a reason to think that SSIS will work better than that of c#/stored
procedures system?

Thanks in advance