Browse by Tags

All Tags » SQL Server (RSS)
Sorry, but there are no more tags available to filter with.

Creating a SQL Exclusion Table Using LEFT JOIN by schnieds

For a current project I needed to create a table that contained a list of exclusions that should be filtered out from another table when a specific set of criteria were met. This is a pretty common scenario where you have a large table of data and you...
Filed under:

SQL Stored Procedure Modified Date Query by schnieds

While working on a project I needed to determine the last modified date for some SQL stored procedures. Read my full post below for a description of how to accomplish this: http://www.schnieds.com/2008/07/sql-stored-procedure-modified-date.html -Aaron...
Filed under:
More Posts