Skip to content

Instantly share code, notes, and snippets.

@kieran23101
Last active August 22, 2019 15:26
Show Gist options
  • Save kieran23101/f4ab07d3aa43d01cd7228bd8ddda3400 to your computer and use it in GitHub Desktop.
Save kieran23101/f4ab07d3aa43d01cd7228bd8ddda3400 to your computer and use it in GitHub Desktop.
EXEC sp_MSforeachdb
'
UPDATE [?].dbo.Users
SET IsDeleted = true
WHERE Email = ''[EMAILADDRESS]'''
@birksy89
Copy link

Brutal

@kieran23101
Copy link
Author

Taught from the best 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment