SQL Server, T-SQL, Development, DBA and Career Resources

Human Created Content by Industry Experts for Developers, DBAs and Analytics Professionals

SQL Server Management Studio customized startup options

SQL Server Management Studio (SSMS) is now the primary tool that we all use to manage SQL Server. Whenever I open up SSMS I always go through the same steps to connect to a server and open certain query files. Are there any shortcuts or alternative ways

SQL Server Backup History Analysis

Database backups hold primary importance among daily DBA tasks. This task is typically automated through maintenance plans, scheduled SQL Server Agent Jobs or third party tools. With the importance of backups it is necessary to regularly analyze the perf

Disaster Recovery Procedures in SQL Server 2005

SQL Server 2005 has given us a lot of options on implementing high availability and disaster recovery. More than the technologies themselves, it is important to come up with the proper procedures as we manage different disaster recovery scenarios. How do

SQL Server 7.0 to 2005 Security Vulnerabilities for Logins

On a recent trip out west we were informed via radio that there were a series of earthquakes occurring off the coast of Vancouver Island. We happened to be sailing directly over the location of these earthquakes and never noticed anything, although the s

SSRS Conditional Formatting

I have a report that lists all databases for which a full database backup has not been applied in the previous 24 hours from the time the report is run. When I originally created the report I had a manageable number of databases to support and I was the

Changing the default SQL Server backup folder

When you install SQL Server the path for the installation is generally something such as the following: C: Program Files Microsoft SQL Server MSSQL.2 MSSQL. In this directory there are also folders for your DATA files and also your BACKUP files. Unless sp

Implementing Data Compression in SQL Server 2008

As we are looking through the new features in SQL Server 2008 we found a potentially interesting one called Data Compression which we can use to reduce the size of tables, indexes or a subset of their partitions. Can you give us a detailed explanation of