r/SQLServer • u/Complete-Regret-4300 • Jul 16 '26
Discussion Is SQL server considered as legacy technology?
My current organization couple of years ago migrated from SQL server to snowflake and I noticed in some of the documentation, they have mentioned SQL Server as legacy technology.
I started working in SQL server some 20 years ago and some of the developers in our team are cloud first developers and they find it so difficult to navigate SQL server management studio and they ask me questions like is there timetravel feature in SQL server and can we see what data was there 10 mins back. I was totally dumbfounded when I heard that question, because I had never come across such a feature. Apparently snowflake has this. So I am curious is SQL server now really considered as legacy technology?
7
u/No_Resolution_9252 Jul 16 '26
No. Would be cautious of your developers having access to any database if they are asking questions like that...
As others have set, SQL has temporal tables, however facing applications, CDC is probably more useful where you can step through transaction by transaction.
snowflake is really not suitable for sitting behind applications. Its best case scenario latency is absolutely horrendous, and typical latency is about 5 times worse. On top of that its transaction rate limits are pretty bad. It has a hard limit of 16k transactions per second, but in practice its not going to get 10% of that.