SQL SERVER – Database Testing and Waitfor Delay – Notes from the Field #099
SQL SERVER – Why Should You Not to Use Old Style JOIN?
SQL SERVER – SSMS Query Command(s) completed successfully without ANY Results – Part 2
SQL SERVER – Steps to Backup to Windows Azure storage
Moving to a cloud-based world is inevitable, it is something we need to learn soon. Ever since SQL Server 2014 has been released, the concept of uploading your backups to Blobs with Windows Azure has been around. In reality, performing a backup or restore operations with SQL Server 2012 SP1 CU4 and later requires no additional tools actually, and be done with either T-SQL or SSMS. This blog describes how to perform backup operations with T-SQL. This will be part of a series of blogs to come in the future. Let me walk through the initial steps.
SQL SERVER – Creating a Database Administrator Group Using User-Defined Server Roles
Interview Question of the Week #039 – What is Included Column Index in SQL Server 2005 and Onwards?
SQL SERVER – Three Simple Guidelines for System Maintenance – Notes from the Field #098
[Note from Pinal]: This is a 98th episode of Notes from the Field series. Maintenance of the database is a very critical activity and I have always seen DBA taking it very seriously. There is a only one problem – there is no single solution or guidance for how to maintain the database. Everybody has their own opinion and way to do different tasks. System maintenance is very straight forward task but I have seen quite often experts even getting confused with the same. Many only focus on index maintenance, statistics maintenance and a few other tasks are common, but understanding the real philosophy of this task is something beyond indexes. When I asked my good friend Stuart about system maintenance, he came up with very interesting guidelines for system maintenance.