SQL Server Administration

Changing the Service Accounts Used by SQL Services

Firstly its good to know the types of startup accounts: Local User Account: This user account is created in your…

12 years ago

SQL Server TCP/IP Static and Dynamic Ports

SQL Server TCP/IP Static and Dynamic Ports must be configured/known by a DBA. If Windows Firewall is active in a…

12 years ago

SQL Server 2008 Recovery Models and Transaction log usage

SQL Server 2008 Recovery Models In SQL Server 2008 there are 3 recovery models you can use: simple, bulk-logged, and…

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 2008 Auditing Functionality

SQL Server 2008 in-built Auditing Functionality has a lot of advantages over traditional way of auditing: 1. SQL Server 2008…

12 years ago

Recycling SQL Error Log and increasing max number of Error logs Stored

Recycling Error log is another important thing in case if you are storing login auditing with login success to Error…

12 years ago

Setting up and Monitoring of Database Mirroring as DR Strategy

Quick Step by Step Procedure involved: • Perform a full backup of the database on the Principal server. • Perform…

12 years ago

Dynamic Management Views in SQL Server

Dynamic Management Views in SQL Server exists in SYS schema and their names start with DM_. To query a DMV,…

13 years ago

Creating a Central Management Datawarehouse in SQL Server 2008

What is the Management Data Warehouse? The Management Data Warehouse(MDW) is a single database/Data Warehouse created inside of a SQL…

13 years ago

SQL 2008 Transactional Replication and initializing from a backup file

In some environments,running Fresh snapshot will take ages to synchronise the subscribers with publishers. Even if it is done in…

13 years ago

This website uses cookies.