Vasanth Kumar Makam

Vasanth Makam is a consultant and expert in Agile Methodologies and Computer Systems since 2010. He has more than 10 years of experience in technology management, computer systems, cloud computing and software development. He has extensive experience in cloud technologies such as Amazon Web Services, Microsoft Azure and holds AWS certifications. Vasanth has MBA from the University of Cincinnati, he also virtually teaches Indian underprivileged students.
  • Interests: Cloud, CI/CD, Agile

SQLServerCentral Article

How to Restore a Snapshot in AWS RDS with the Same Name?

The demand for increasingly scalable, capable, and inexpensive database, backup, and recovery solutions has never been higher than it is now, as digital transformation reaches its pinnacle. Restoring is the process of recovering data from a backup and applying logged transactions to the data. Backups are used to restore data. Restoring returns the backup file […]

You rated this post out of 5. Change rating

2021-07-09

10,523 reads

Blogs

Friday Flyway Tips: State-based deployment with Flyway Teams

By

I was asked about state-based deployments in Flyway Teams, so I decided to show...

Advice I Like: The Main Thing

By

The main thing is to keep the main thing the main thing. – from...

Sic Transit Gloria Community

By

When Covid took out the PASS organization, I had someone say to me, “Well,...

Read the latest Blogs

Forums

Dynamic T-SQL Script Parameterization Using Python

By omu

Comments posted to this topic are about the item Dynamic T-SQL Script Parameterization Using...

Installing SQL FCI Instance certificates

By Raxso1

SQL FCI Instance certificates I have a client who has a requirement for certificates...

Log Shipping Not Able to Restore Log Files in Secondary

By regnar

I'm attempting to set up log shipping from SQL Server 2005 Standard to SQL...

Visit the forum

Question of the Day

Counting Bits IV

What do these two selects return?

SELECT BIT_COUNT (CAST (-1 as smallint))
     , BIT_COUNT (CAST (-1 as bigint))

See possible answers