So I\'m trying to manually update hash for one user. I tried updating view, as tables are not visible.
I tried starting in single user mode, changing \"sp_configure
The sp_Configure
'Allow Updates' setting has had no effect since SQL Server 2005, it will still "work" but it won't do anything.
I believe that if you really must make these changes, you can do so by connecting through the DAC (Dedicated Administrator Connection) while the instance is in single user mode, but be careful what you change :)
How to: Use the Dedicated Administrator Connection with SQL Server Management Studio
If you're running SQL Server 2000 or earlier you can run:
RECONFIGURE WITH OVERRIDE