Created
October 25, 2018 18:14
-
-
Save dcouto/0097e96fb8b56c3cd03dd473aabf6f42 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE [database_name] | |
GO | |
UPDATE [dbo].[aspnet_Membership] | |
SET [IsLockedOut] = 0 | |
WHERE UserId = 'B09BBCDE-9B3C-4DCD-B69E-67F615CE01E9' | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment