Headline: SSIS Is Not Dead. Yet.

Me: Since Microsoft discontinued SSRS for the SQL Server 2025 release, many have been wondering if SSIS' days are numbered. Here's another article prognosticating what comes next.

More SSIS Thoughts: (continued in thread)

https://www.sqlfingers.com/2026/03/ssis-is-not-dead-yet.html

#SQLServer
#SSIS
#ETL

SSIS Is Not Dead. Yet.

SSRS is gone. SQL Server 2025 shipped without it — the first version to drop SSRS entirely, with Power BI Report Server (PBIRS) as th...

As an #introduction since the migration doesn't bring my history over. Hi all and #BeigeBless I am delighted to join this eclectic server and hope that I can live up to the high standards.

I am a medium old (re-entered the prime decades) white guy living in the middle of the US but don't hold that against me. Married, two kids that aren't exactly "kids". I used to talk a lot about #SSIS, #SQLServer, #python, C#, #Databricks but anymore I think just chat about what's going on in my life.

My newest joy has been my backyard chickens and not maintaining the website https://816chickens.com/

Undecided on me? Here's my easy follow criteria for you

Tea not coffee
Trans rights are human rights
The president is a bag of dicks

816 Chickens

81.4 % der befragten CH-Softwarefirmen setzen #KI ein – fast doppelt so viele wie 2024. Im Interview erklärt Mayra Spizzo, Co-Leiterin der Swiss Software Industry Survey #SSIS an der #unibern, was die Branche bewegt: https://www.uniaktuell.unibe.ch/2025/die_softwarebranche_setzt_auf_ki_und_new_work/index_ger.html

SSIS в Visual Studio: как мы перешли от хаоса к стабильному ETL-процессу

Можно ли хранить данные, строить по ним отчетность, при этом обходясь без ETL процессов? Технически — да. Практически — только до первого серьезного роста данных. Привет, Хабр! Меня зовут Алина, и в этой статье я расскажу о критически важном этапе, через который проходит любая data-driven компания. Речь о переходе: от построения отчетности напрямую из операционных баз (или через примитивное копирование в STG) к структурированным ETL-процессам на специализированном ПО. В нашем случае этим ПО стал SSIS — но важно подчеркнуть: сейчас мы используем NiFi с [N] процессорами для управления data pipeline. Однако именно опыт с SSIS стал для нас тем самым «мостиком» между хаотичным и осознанным подходом к данным. P.S. Если хотите узнать про то, как мы организовали работу в NiFi — пишите в комментах, сделаем отдельный материал! В этой статье — только про этап с SSIS. Не потому что он «лучший», а потому что:

https://habr.com/ru/articles/927416/

#etlпроцессы #ssis #sql #data_engineering #базы_данных

SSIS в Visual Studio: как мы перешли от хаоса к стабильному ETL-процессу

Можно ли хранить данные, строить по ним отчетность, при этом обходясь без ETL процессов? Технически — да. Практически — только до первого серьезного роста данных. Привет, Хабр! В этой статье мы...

Хабр

Steps on how to create a working pipeline to release #SSIS packages using #Azure #DevOps from the creation of the artifact to the #deployment.

http://puresourcecode.com/tools/azure-devops/release-ssis-using-azure-devops/

Release SSIS using Azure DevOps

Steps on how to create a working pipeline to release SSIS packages using Azure DevOps from the creation of the artifact to the deployment.

PureSourceCode
Announcing SQL Server 2025 Public Preview

I'm excited to announce that the Public Preview of SQL Server 2025 is now available including our new fresh icon! Get started right away by downloading it from https://aka.ms/getsqlserver2025.

I spent some time today trying to see if #Biml would be a good match for this #SSIS project I'm on. Probably not due to weird data sources, but it struck me--At no point during this development has a tool attempted to *help* me by guessing what I'm going to type, suggesting non-existent syntax, etc.

It's just me and a blank canvas. Kind of nice TBQH

Guide re., Microsoft SQL Server and #SSIS (SQL Server Integration Services) and #ODBC connections: . #OLEDB #UDA
This reminds me of #SSIS development back in the day. Do *anything* and Visual Studio locks up for an indeterminate amount of time.
How to Fix the SSIS Error 'Cannot Convert Between Unicode and Non-Unicode Strings' - Improve & Repeat

With SQL Server Integration Services the data types matter. If you need nvarchar and use concat(), you may need to cast them your strings.

Improve & Repeat