SQL Server Interview Question SQL Terminologies

SQL Server DBA Interview Questions and Answers – SQL Server System Databases and Recovery Model

System databases are very important part of the Database Management system. It plays a vital role in Database Administration as SQL Server functionality is based on the system database. This blog is about the SQL Server DBA interview Questions on the System databases, Important activities with the system databases and Recovery models. 1) What are system […]

SQL Server Interview Question SQL Terminologies

SQL Server DBA Interview Questions and Answers – SQL Server DBA Tools and Executables

Every DBA uses multiple tools to perform the day to day Database Administration tasks to make his\her life easy. In this blog I am writing all about the SQL Server related tools and executables which are used by all level of DBAs for various tasks. 1) What is SSMS? SSMS stands for SQL Server Management […]

SQL Server DBA Interview Questions and Answers – SQL Server Services

This blog is all about the SQL Server Services which are required for the functionality of SQL Server components. It also contains Questions answers about the important parameters and SQL Server start process. SQL Server DBA Interview Questions and Answers 1) List out various services which are important for SQL Server and its components functionality? […]

Powershell Automation SQL Server

Windows Powershell

Introduction to PowerShell Windows PowerShell is a Windows commandline shell scriptining mechanism particularly designed for System Admins. Windows PowerShell providex an inteactive command prompt and a scripting tool that can be utilized or integrated with other progmaming languages or can be used individualistically. Unlike most of the shell scripting languages, which acknowledge and return text, […]