Performing Recursive Queries. Prior to SQL Server 2005, performing recursive actions on data required the use of temporary tables, cursive,… Read more T-SQL: WITH
Category: database
T-SQL: User Defined Functions
Creating reusable logic. As with Object-Oriented Programming (OOP) where it’s important to separate code used frequently into reusable modules, in… Read more T-SQL: User Defined Functions
T-SQL: Trigger – INSERT AFTER
Initiating actions in response to events. One of the new features provided with SQL Server 2005 enables actions to be… Read more T-SQL: Trigger – INSERT AFTER
T-SQL: Subquery – SELECT
Performing multiple, concurrent queries. Often when needing a resultset, there’s a need to perform multiple queries to derive the desired… Read more T-SQL: Subquery – SELECT
Database Development
Leveraging an organization’s data stores is crucial to enabling strategic decision-making. My articles below illustrate skills necessary for an firm… Read more Database Development