We have Windows services in production which is importing data into CRM using threads build in .NET.
We are planning to move windows services to SSIS packages. What are all the benefits of having SSIS over windows services w.r.t. CRM and as per my knowledge script component of SSIS package import the data into CRM row by row then how can we improve performance. Is it possible to bulk import data to CRM in SSIS?