250
Views
4
Comments
Solved
[SQL Sandbox] SQL Sandbox in Production
Question
sql-sandbox
Web icon
Forge asset by Leonardo Fernandes

Hi,


I would like to ask, is it okay/safe to install SQL Sandbox in Production?

If not, is there another best way to access Production data without compromising security?


Thanks in advance!


Regards,

Gabriel

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi,

Technically ou can install it in production, but it is important to make sure that only people have access to it that know how to use it and understand and data changes they apply.

I would advice to have the application always disabled through service center and only enable it when needed. After use disable it again.

There are two roles available on for querying data one for manipulating data. So you have some control to what extend who can do what with the application.

Furthermore their might be company security policy that forbids a tool.like this to be used in production. So always check with IT security or governance department.

Regards,

Daniel

2022-04-19 02-26-33
Gabriel Malaluan

Thanks, Daniel! 

This would be the best explanation I'm looking for.

UserImage.jpg
Saurabh Shivananda Prabhu Chimulkar

Hi Gabriel,

Just to add, if SQL Sandbox is added on Production, then it does highlight/cautions near the query editor that you are working with the Production environment instance, but in no way stops you from committing any data changes via SQL statements.

Having SQL Sandbox has many pros when used responsibly. Completely agree with the inputs provided by Daniel.


Regards,

Saurabh

2022-04-19 02-26-33
Gabriel Malaluan

Thanks, Saurabh!

Yea, It seems that I just need to make sure that the SQL Sandbox is only accessible from our Support Team. Since it can be disabled/enabled via Service Center like Daniel have mentioned + creating accounts with Roles for Viewing and Modifying data.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.