SELECT * FROM Posts WHERE Tags IN ('Gzip Compression')
One of the most exciting things for me in this new version of SQL Server is inclusion of native gzip compression into the, I guess, storage engine functionalities. I know you can implement your own CLR version of…