About the author

The author is just another obsessive compulsive hacker (the good kind) who when confronted with anything new can't help but wonder "how'd they do that?!?"

By day, I'm the Software Architect for CBMC; by night, I just try to "keep the clients happy" as Director of Technology for sdgInteractive.


MCPD

RSS Feed

Server Side Paging with Common Table Expressions

by hilkiah 28. August 2007 22:08
It's times like this that I feel like I don't read enough . . . Apparently SQL Server 2005 added a great new concept called a Common Table Expression (CTE) based on the ANSI SQL-99 standard. Essentially, these allow you to create an on-the-fly view that lives only in the scope of the current... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

SQL Server