Is it ok to delete records from ASP.NET identity tables AspNetUSers
, AspNetRoles
and AspNetUserRoles
directly from SQL Server using T-SQL? The ASP.NET Core app is using only these three identity tables other AspNet...
tables are empty.
UPDATE:
Why we want to do it directly through T-SQL since app has several users (with one role) and client wants to get rid of all the users quickly in one shot.