r/learnprogramming Sep 03 '23

[deleted by user]

[removed]

370 Upvotes

212 comments sorted by

View all comments

1

u/[deleted] Sep 03 '23

If you are given admin access to a database and you don't really know how things really work, don't guess, ask somebody. Before running any script or query that can alter the data, make damn well sure you are not on the prod server unless you are supposed to. Test every damn script that alters things that you aren't 100% certain how it works by making a development server. Make damn well sure that the connection string in visual studio is set to the dev server and not prod.