scarydba.com
Database Fundamentals #17: Learning T-SQL - Grant Fritchey
While SQL Server Management Studio (SSMS) provides a robust graphical user interface (GUI), the commands you’re going to use the most to control databases and the data within them in SQL Server are going to be done through T-SQL. Therefore, you really need to spend time learning how to write, read, and edit T-SQL. Previous […]
Grant Fritchey