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

What is ALM in Fabric?

By

As someone who’s worked with data for over 20 years and with many cloud...

The Most Successful Startups in 2025 — And What They Have in Common

By

2025 belongs to the AI startups. If you peek into the tech headlines, you’ll...

Blog a Day – Day 1: History of AI

By

it has been a year since i have not written much on the blog...

Read the latest Blogs

Forums

A Quick Restore

By Steve Jones - SSC Editor

Comments posted to this topic are about the item A Quick Restore

Guarding Against SQL Injection at the Database Layer (SQL Server)

By tedo

Comments posted to this topic are about the item Guarding Against SQL Injection at...

Ola Hallengren Index Optimize Maintenance can we have data compression = page

By JSB_89

I have a quick question on Ola Hallengren Index Optimize Maintenance . Do we...

Visit the forum

Question of the Day

A Quick Restore

While doing some testing of an application, I wanted to reset my environment after doing some testing with this code:

USE DNRTest

BACKUP DATABASE DNRTest TO DISK = 'dnrtest.bak'
GO
/*
Bunch of stuff tested here
*/RESTORE DATABASE DNRTest FROM DISK = 'dnrtest.bak' WITH REPLACE
What happens if this runs, assuming the "bunch of stuff" isn't anything affecting the instance.

See possible answers