Sukanya Konatam

Sukanya Konatam is a Senior Manager - Enterprise Data Governance and Data Science with over 17 years of experience enabling companies with digital transformation and helping them become data driven organizations. A highly regarded thought leader with an exceptional background in data science, data governance, data Architecture, data modeling, data analytics, data visualization, automation, BI modernization. She has a proven track record of solving complex business problems, building & leading diverse teams and has established and governed an enterprise data governance implementation roadmap rolling out an enterprise-wide data governance framework and building the data catalogue/inventory and lineage for enterprise visibility. She has demonstrated 17+ years of expertise in leading large cross functional development teams and has implemented data centric solutions for several industries including banking & financials, telecom, health care, automobile, criminal justice and many more.

SQLServerCentral Article

MuleSoft Integration with Azure Key Vault

Introduction MuleSoft Anypoint is a platform that helps to aggregate and integrate data from different source systems. As part of the data integration, the MuleSoft Anypoint Environment needs source system and target system login credentials stored in the platform, making it a vulnerability. The storage is vulnerable to attacks from cyber-criminals. This vulnerability can arise […]

5 (3)

You rated this post out of 5. Change rating

2023-06-02

1,975 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