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,808 reads

Blogs

T-SQL Tuesday #180: Good enough is perfect Roundup

By

This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...

Using SQL Compare with Read-only Access

By

Recently a customer asked if SQL Compare and SQL Data Compare can be used...

Off to Live 360

By

I am off to Live 360 today, on my last trip of the year....

Read the latest Blogs

Forums

how can i tell if our db2 driver is ms or ibm or other?

By stan

i see this in the definition of a linked server on our wh sql...

normal role member to be able to view list of other role members in his DB

By Senad

Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...

Stairway to Snowflake Level 5 - Using Snowflake with SnowSQL and Visual Studio Code

By Mike McQuillan

Comments posted to this topic are about the item Stairway to Snowflake Level 5...

Visit the forum

Question of the Day

A Strange Result

What does this code return in SSMS 20 from SQL Server 2019?

select '|' + CHAR(0)+'abc' + '|';

See possible answers