Author: SSWUG Research

Community

Some tips about tempdb database

By Alexander Chigrik – When SQL Server is installed the setup program creates tempdb database. Tempdb is a system database used by SQL Server to store temporary tables and temporary stored procedures, for sorting, subqueries, and aggregates with GROUP BY, ORDER BY, for cursors and so on. Tempdb data

Community

Log Switch Activity

by Darrin Deeter – Description: Here’s a simple script that determines when your database is seeing the largest amount of change activity. This is very useful for answering questions like, why was the system so slow yesterday about 2:30? Or trying to balance out a large amount of batch work. Credit