Venugopal Saride


Technical Article

Amazon RDS SQL Server - Drop Database with Mirroring

Dropping database in RDS follows different method than dropping the database in local SQL Server. Below is the command to DROP the database in Amazon RDS EXECUTE msdb.dbo.rds_drop_database N'demodb' GO However when the SQL Server is configured with Multi-zone mirroring, then you need to set the partner to OFF and drop all active connections and […]

5 (1)

2020-01-17

2,102 reads

Blogs

Experimenting with RedisGraph on Docker and Windows

By

I have been experimenting a bit with graph databases, trying to learn more about...

Resources for Adding Graph Structures to Your Database at VS Live

By

Thanks to everyone who attended my talk at VS Live Las Vegas 2023 on...

Resources for Architecting Zero Downtime Deployments

By

I delivered my talk on Architecting Zero Downtime Deployments yesterday at VS Live Las...

Read the latest Blogs

Forums

How to Connect SQL Server and Create C# Objects for Data Management

By cmarix

Comments posted to this topic are about the item How to Connect SQL Server...

Adjusting DOP based on Feedback

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Adjusting DOP based on Feedback

How Important is Zero Downtime?

By Steve Jones - SSC Editor

Comments posted to this topic are about the item How Important is Zero Downtime?

Visit the forum

Ask SSC Logo Ask SSC

SQL Server Q&A from the SQLServerCentral community

Get answers