SQL Server Administration

SQL Server Resource Governor

Microsoft has introduced an interesting and exciting new feature in SQL Server 2008; it is named the Resource Governor. It…

13 years ago

SQL Server Memory

SQL Server divides the total memory dedicated to it into two parts referred to as Buffer Pool and Memory to…

13 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

SQL Server Disk I/O Specific issues

If you suspect that your SQL Server instance is having Disk I/O issues, these queries can help furnish proof that…

13 years ago

Top Waits Stats rollup query

The query which can be used to identify Top Wait Stats is given below. It is used to Isolate top…

13 years ago

Transaction log file VLF management

One of the important things I would recommend is not having transaction log VLFs be too large, with 500MB being…

13 years ago

Adding Article to Transactional Replication Publisher without Snapshot Re-initialisation

Add article to Transactional Replication without Snapshot Re-initialisation To add a new article to a publisher efficiently without reinitializing whole…

13 years ago

SQL Server Transparent Data Encryption

SQL Server 2008 Transparent Data Encryption (TDE) A secure Environment can be built by designing a secure system, encrypting confidential…

13 years ago

Administration of Transactional Replication

Administration of Transactional Replication There are 3 types of Replication Types in SQL Server: 1. Snapshot Replication 2. Transactional Replication…

13 years ago

This website uses cookies.