Deepam Ghosh

I am currently working as a DBA Lead at VGL Group, Jaipur, India. I have 6+ years of experience in MSSQL Database Administration.
I am proficient in SQL Server High Availability & Disaster Recovery (HADR) solutions, including Always On Availability Groups, SQL Server Failover Cluster Instances (FCI), Log Shipping and Cross-Platform Database Migration.
I love automating repetitive DBA tasks by writing T-SQL and PowerShell scripts.

In my free time, I enjoy watching F1 or Cricket, reading books and exploring nature.

Contained Availability Groups in SQL Server 2022

SQL Server 2022 introduced a new feature called Contained Availability Groups. It allows the Database Administrators to effectively manage the Server Level objects, such as Logins, SQL Agent jobs, etc. in an HA environment. In today's article, we will learn about this new feature of SQL Server. The Challenge of Managing Server Objects in Availability […]

You rated this post out of 5. Change rating

2025-08-20

7,219 reads

SQLServerCentral Article

SQL Automate - A DBA's Time-Saving Toolkit

SQLAutomate is a lightweight PowerShell tool that simplifies SQL Server deployment by automating both installation and post-installation configuration. Whether you're setting up one instance or dozens, this guide shows how to use SQLAutomate to save time and reduce manual work.

4.2 (5)

You rated this post out of 5. Change rating

2025-06-06

9,404 reads

Blogs

How to: Regain SysAdmin Access to a SQL Server Instance Without the SA Password

By

Hello, reader! Today, I’m going to walk you through a scenario that many DBAs...

Secure Your SQL Estate: Best Practices for Azure SQL Security

By

The Castle and the Keys Imagine your Azure SQL environment as a sprawling digital...

The Book of Redgate: Meetings

By

I think we might have forgotten this a bit, but on one of the...

Read the latest Blogs

Forums

Trouble with SSIS Package Failing on Schedule but Running Manually

By jakestopher

Hi everyone, I’m fairly new to working with SSIS in SQL Server 2005, and...

Handling Engagement Rings & Wedding Band

By iBling Jewels

I’m working on a jewelry e-commerce project and need advice on designing an efficient...

The Duplicate Cursor

By Steve Jones - SSC Editor

Comments posted to this topic are about the item The Duplicate Cursor

Visit the forum

Question of the Day

The Duplicate Cursor

Can I run this code:

DECLARE ANewTable CURSOR FOR 
SELECT * FROM ANewTable

See possible answers