Introduction For many years, working with text in SQL Server has been a frustrating task. While some engines offered advanced support for regular expressions, others had to rely on combinations of LIKE, PATINDEX, CHARINDEX, or even CLR functions to solve relatively…
Learning to organize SQL Server Management Studio for different environments
Welcome to Aleson ITC’s blog. In today’s post we will talk about how to define custom color codes for connections in SQL Server. We must be careful when executing any query, for this we can see to which instance we are…
