© 2023 Hashnode
#t-sql
Overview SQL (Structured Query Language) is an ANSI standard adopted in 1986. Many RDBMS (relational database management system) vendors have used it as a foundation. At the same time, PL/ SQL stands…
Bits and pieces of SQL code were gathered for my own use when restoring a database. Best used when back-porting data. Posted as a helper for myself - But feel free to modify and use it. -- INSTRUCTI…
T-SQL - Integer Array - Condition based Yesterday, I was presented with a simple problem by a colleague to be completed in SQL Server 2005 Transact SQL. We need to write a complex SELECT statement …