Temporary Database

SQL Server TSQL Temporary Table

Temp tables in SQL Server: they are just like any normal tables except that they are created in the TempDB…

8 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

Moving system databases in SQL Server 2008/2005

Moving system databases in SQL Server 2008, 2005 To move all the system and user databases from "C:Program FilesMicrosoft SQL…

12 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

SQL Server Raid Configurations and Recommendations

A SQL Server DBA given choice to select his Disk configuration should know the different Raid configurations and should select…

12 years ago

SQL Server Tempdb Management

Some Facts about TempDB The tempdb is a temporary workspace which is normally used for: • Storage of explicitly created…

13 years ago

SQL Server Optimistic Concurrency

SQL Server Concurrency Terminology Optimistic concurrency control inside the SQL Server 2005/2008 database engine technically means that row versioning is…

13 years ago

This website uses cookies.