News

T-SQL differences between SQL Server and Azure SQL Database When migrating your database from SQL Server to Azure SQL Database, you might discover that your SQL Server databases require some ...
T-SQL Smarts -- Preventing Injection Attacks Working with dynamic SQL is all well and good, but avoid the risks that can lead to your code being susceptible to a SQL injection attack.
Part 1 of this article introduced four new T-SQL functions available in SQL Server 2012. Part 2 has the rest.
A comparison of Transact-SQL and languages supported by Microsoft's Common Language Runtime.
T-SQL Tips -- GO # and WHILE Loops Two quick tricks: populating a table with data quickly, and boosting performance with WHILE loops. By Joshua Jones 07/12/2010 While there are a great many books ...
The mssql extension for Visual Studio Code, used to support SQL Server connections and T-SQL editing, has been updated with IntelliCode functionality and a new Object Explorer, among other new ...