Arun Yadav

16+ years of experience in managing, Infrastructure technology operations, Cloud operations, IT service delivery, IT Infrastructure management, Oracle engineered systems, MSSQL Server.
  • Interests: MSSQL Server, Oracle, Sybase, Azure, Oracle Cloud, Google Cloud, T-SQL, AWS, Ansible, Automation, Exadata, EBS
  • Skills: MSSQL Server, Oracle, Sybase, Azure, Oracle Cloud, Google Cloud, T-SQL, Ansible, Exadata, EBS, Jenkins

Technical Article

5 (6)

You rated this post out of 5. Change rating

2022-02-22 (first published: )

7,544 reads

SQLServerCentral Article

Running SQL Server on Oracle and Google Cloud

In this article, we will analyze the various out-of-the-box deployment options Oracle Cloud Infrastructure and Google Cloud Platform offers to host a Microsoft SQL Server database. This information can prove to be handy while deciding on the best cloud provider to host a given application or database.

4.2 (5)

You rated this post out of 5. Change rating

2022-02-18

6,978 reads

Blogs

Can You See Table Valued Parameters in Extended Events?

By

I live for questions and this was an interesting one. Can you see Table...

Can an AI Help Me Find a Job?

By

I’m not looking for a job, but I ran across an article about using...

EightKB 2025

By

EightKB is back! The biggest online SQL Server internals conference is back in 2025…it’s...

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...

Pitfalls to avoid while feeding events into CrowdStrike

By Pablo Echeverria

Comments posted to this topic are about the item Pitfalls to avoid while feeding...

Column Adds and Drops

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Column Adds and Drops

Visit the forum

Question of the Day

Column Adds and Drops

I run this batch on SQL Server 2022. What happens?

ALTER TABLE dbo.Accounts
 ADD AccountAccessType INT
GO
ALTER TABLE dbo.Accounts
 DROP AccountAccessType
GO

See possible answers