SQL Server Architecture

MS SQL Server is going to be available on Linux platforms

MS SQL Server is going to be available on Linux platforms Microsoft has announced the plans to bring MS SQL…

7 years ago

SQL Server Memory & Storage Technology

SQL Server- Understanding Server Storage Technology Explained First we need to understand the different types of memory below a.Static random…

7 years ago

Setup R Services for SQL Server 2016 Step by Step Explained

Setup R Services for SQL Server 2016 Step by Step Tutorial Microsoft purchased Revolution Analytics (around 2015) and with that…

7 years ago

In Memory Optimized Tables SQL 2014

In Memory Optimized Tables SQL 2014 What are Memory Optimized Tables in SQL Server? Memory Optimized tables are newly introduced…

9 years ago

CTE vs Temp Table vs Temp variables

Temp tables: they are just like any normal tables except that they are created in the TempDB database. They persist…

11 years ago

Unable to Shrink Temp DB Size in SQL Server 2008

It occurred in production environment when I was Unable to Shrink Temp DB Size SQL Server 2008 eventhough nothing was…

12 years ago

When do we use SQL Server Database in Restricted User Mode?

Why do we need restricted user SQL server? When performing some maintenance tasks, particularly in recovery situations, it is essential…

12 years ago

Protecting your database using Transparent Data Encryption in SQL Server 2008

Encryption: Encryption is the process of transforming information in plain text using a cipher, or algorithm, to make it unreadable…

12 years ago

Why Copy-Only Backups taken in SQL Server?

A copy-only backup in SQL Server(any version like 2012 or 2008 or 2005) is taken in cases you do not…

12 years ago

SQL Server 2005/2008 Lock Escalations

Please read my previous post on SQL Server Locks and concurrency control before this.... Lock Escalations are there for a…

12 years ago

This website uses cookies.