Skip to main content

Blog

blog

Create a Table Partition in SQL Server 2012

Partitioning a SQL Table is a great way to organize your data for faster data retrieval.  Partitions do exactly that, break down the Table into organized pieces based on criteria from your columns.

Nick Adams by Nick Adams

Querying using Views

Today we look at a high level overview of using Views in your SQL queries and the implications behind them.

Nick Adams by Nick Adams