Rohit Alladi

I am a seasoned Senior Engineer with over 12 years of Enterprise software experience in the industry, including extensive work with Fortune 500 companies.
Demonstrating versatility and expertise across various technological domains, I have a proven track record in building cloud-native applications(Salesforce), Application Solution Design & development,
developing DevOps processes, engaging with AI and machine learning.
My comprehensive technical skill set, combined with the leadership and team-motivation abilities, have facilitated the delivery of high-quality software solutions.
This has significantly contributed to the advancement of the technology sector and the professional development of technologists under my mentorship throughout my career.
  • Skills: Salesforce, CRM, AWS, Python, Machine Learning

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