What out what links to a given table

What out what links to a given table

I needed to find out what tables referenced a given table by foreign key.  I needed to know this as...

Sql Server Paging – part 2

Sql Server Paging – part 2

I left off the last post by saying that this is the code pattern that I was going to follow...

SQL Server Paging

SQL Server Paging

Paging is a technique where instead of returning the entire result of a query in one go, you return a...

The truth about CTE’s?

The truth about CTE’s?

I had an interesting conversation where a couple of colleagues were saying that CTE’s really work properly.  What do I...