Quantcast
Channel: SQL Shack - articles about database auditing, server performance, data recovery, and more » Milica Medic
Browsing latest articles
Browse All 3 View Live

SQL Database design: Choosing a primary key

A primary key is a column or a combination of columns that uniquely defines each row in a table. When designing a database choosing a primary key is one of the most important steps. A table can contain...

View Article



Database table partitioning in SQL Server

What is a database table partitioning? Partitioning is the database process where very large tables are divided into multiple smaller parts. By splitting a large table into smaller, individual tables,...

View Article

Creating and using CRUD stored procedures

A typical N-tier application design contains of the several layers from the client (Web or Windows), to the Business Logic Layer, to the Data Access Layer, and finally to the Data Storage Layer. The...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images