How To Make Font Bigger In SQL Server Management Studio

How To Make Font Bigger In SQL Server Management Studio

Recently, I was trying to show queries to my client in an online meeting. Suddenly, my client asked me to please increase the font size as I could not see it properly. So, I followed the below approaches to make the font bigger in SQL Server Management Studio. How To Make Font Bigger In SQL … Read more >>

How To See What Version Of SQL Server Is Running

How To See What Version Of SQL Server Is Running

As an SQL DBA or even an SQL developer, it is crucial to know how to check what version of SQL Server is running. In this article, I will walk you through all the approaches to achieving this. How To See What Version Of SQL Server Is Running Let us discuss each approach individually. Approach-1: … Read more >>

How To Backup A Table In SQL Server

How To Backup A Table In SQL Server

I recently had to back up one critical table for a major maintenance activity for my SQL server database. I have identified a few simple approaches to do this. In this article, I will walk you through all those approaches to backup a table in an SQL Server. How To Backup A Table In SQL … Read more >>

How To Get The Connection String From SQL Server

How To Get The Connection String From SQL Server

Recently, I got a requirement to work with a C# application where we were trying to call a stored procedure from that application where we required the connection string of my SQL server database. In this article, I will walk you through multiple ways to retrieve the connection string from SQL Server. How To Get … Read more >>

How To Check Stored Procedure Execution History In SQL Server

How To Check Stored Procedure Execution History In SQL Server

Recently, I got the requirement to check one of the stored procedure execution times in my SQL server database. This article will help you check the stored procedure execution history in an SQL Server. How To Check Stored Procedure Execution History In SQL Server To check stored procedure execution history in SQL server, follow the … Read more >>

How To Check Datatype Of Column In SQL Server

How To Check Datatype Of Column In SQL Server

Checking the Datatype Of a Column in an SQL Server is a basic task for a SQL developer or an SQL DBA. In this article, let me guide you through all the approaches to do this. How To Check Datatype Of Column In SQL Server Let us discuss all the approaches individually. Approach-1 Using SQL … Read more >>

How To Reset SA Password In SQL Server

How To Reset SA Password In SQL Server

Resetting the SA (System Administrator) password in SQL Server is crucial from a security perspective. In this article, I will walk you through all the approaches to reset sa password in SQL Server 2019. How To Reset SA Password In SQL Server Let us discuss all the approaches individually. Approach-1 Using SQL Server Management Studio … Read more >>

How To Enable Query Store In SQL Server

How To Enable Query Store In SQL Server

Recently, I got a requirement from one of my clients to enable a query store for one of our SQL databases. In this article, I will walk you through the quick steps we followed to enable query store in sql server 2019. How To Enable Query Store In SQL Server Let us discuss all the … Read more >>

An Explicit Value For The Identity Column In Table

An Explicit Value For The Identity Column In Table

Recently, while trying to insert explicit values into a critical table, I got this error: “An explicit value for the identity column in table can only be specified when a column list is used.” Fix “An Explicit Value For The Identity Column In Table” The below screenshot shows the same error. Error Cause Note that … Read more >>

Top 200 SQL Server Interview Questions and Answers

Free PDF On Top 200 SQL Server Interview Questions And Answers

Download A 40 pages PDF And Learn Now.