MikeBennyhoffMar 18, 20236 min readT-SQL Interview QuestionsHere are some T-SQL interview questions and answers: Q: What is T-SQL? A: T-SQL (Transact-SQL) is a programming language used to manage...
MikeBennyhoffMar 18, 20236 min readLooping In T-SQL In T-SQL, there is no specific "for each" statement, but there are several ways to iterate over a set of rows in a table or result set....
MikeBennyhoffMar 18, 20236 min readAliasing In T-SQLIf you're a DBA working with T-SQL, aliasing can be an invaluable tool for simplifying your queries. Aliasing is the process of assigning...
MikeBennyhoffMar 18, 20239 min readSQL Server Data TypesSQL Server Data Types As a DBA or IT Pro, it's important to understand the sql server data types. Knowing which type of data is most...
MikeBennyhoffMar 18, 20239 min readT-SQL Operators Use And Best Practices Do you need to brush up on your knowledge of T-SQL operators? If so, then look no further! In this blog post, we'll be giving an overview...