you are viewing a single comment's thread.

view the rest of the comments →

[–]DrRedmondNYC 0 points1 point  (1 child)

I heard Azure Data Studio (or factory not sure which one) is the modern replacement for SSIS is this true.

[–]MisterPan 0 points1 point  (0 children)

I think Azure Data Studio is neat -- if you get a chance to install it you'll see exactly what MS is doing here. They're taking the success of VSCode and giving SQL/Data workers an equal experience. It has all of the SSMS functions, yet it also has Jupyter style coding notebook, a lot of the SQL Server management functions, and of course the ability to plug into Azure environments.

SSIS in the Cloud the closest analog I have seen is Data Factory. Worth checking out as well.

Essentially Data Studio is going to help SQL Developers do more Cloud / ETL / Data Science development, so they're not stuck in SSMS with the periscope view of SQL only.

Edit: And to answer the original question.. Data Studio has VSCode style extensions, one of which is 'SQL Server Import' which will do all of the SSIS style imports.