How many lines of code does it take to generate a running total? How would you find a value in the next row of data – without using a cursor or loop? How can you efficiently store rows of data wi [...]
Presentations
Get Involved!
SQL Saturday is a great place to learn more about SQL Server. But did you know that it’s just the tip of the iceberg? There are a number of places you can learn about SQL Server and just as many [...]
Service Broker: The Queue Continuum
Pop quiz: How can SQL Server help developers build scalable, distributed, and asynchronous applications? Service Broker is the answer! In this presentation, I’ll show you what it is; talk abo [...]
Practically Normal: An Introduction to Normalization
Normalizing a database – splitting apart tables into simpler, more focused tables – can yield concrete benefits, including manageability, scalability, and space savings. The concept is a centra [...]