Rishit Mishra

Rishit Mishra is a Manager in the PwC - Digital Risk Solutions practice.

For over 9+ years Rishit has been leading, delivering and managing a diverse range of multinational SAP security and GRC Access Control projects for Fortune 100 clients across various industries. Rishit’s project experiences include: SAP Security Design/Redesign, SAP GRC-AC implementations, SAP Security/GRC Assessments & SAP Security Remediation. Rishit’s experience includes catering to a wide array of clients in the Energy, Industrial Products and Consumer Products industries. He has consistent results of delivering critical project deliverables within a stipulated time span. He gives special attention to client management with focus on customer service and client values.

Rishit has worked on multiple SAP platforms which include SAP R/3 4.6C, v4.7, SAP ERP Central Component Release 6.0, SAP BI 7.0, Virsa Compliance Calibrator v4.0, Virsa Firefighter tool v4.0, Governance Risk Compliance v5.3 , Governance Risk Compliance v10 catering to a wide array of clients in the Oil & Gas, Pharmaceuticals and Manufacturing industry.

It seems we can’t find what you’re looking for. Perhaps searching can help.

Blogs

Leading Through Change: Guiding Teams in Times of Uncertainty

By

Change is not a disruption in technology; it is the rhythm. New frameworks appear,...

The Mystery of the Locked-Up Database -Scooby Dooing Episode 6

By

No Scooby-Doo story is complete without footprints leading to a hidden passage. In SQL...

Announcements from the Microsoft Fabric Community Conference

By

A bunch of new features for Microsoft Fabric were announced at the Microsoft Fabric Community...

Read the latest Blogs

Forums

Compatibility levels on database changing them and impacts.

By jonluder

We’re running SQL Server 2019 with database compatibility level 150, and after recent tuning...

Changing the Recovery Time

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Changing the Recovery Time

Getting More Time from AI

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Getting More Time from AI

Visit the forum

Question of the Day

Changing the Recovery Time

I want to change the recovery time for a database running on SQL Server 2022. What are my options for setting the value in my ALTER DATABASE statement. If I run this code, what can I use in place of the xxx to define what 12 means?

ALTER DATABASE Finance 
 SET TARGET_RECOVERY_TIME = 12 xxx;

See possible answers