Firstly: I am not MS SQL Developer, and I have no experience with it. I have had to use it as a part VAMT database of keys and activations.
There is 8.1 box with MS SQL (express I think).
After change host name I cannot connect to database with error "The specified database is not a valid VAMT database."
Looking into log gives me: Could not obtain information about Windows NT group/user 'lit\kjonca', error code 0x534."
Some googling suggest me:
to use:
sp_dropserver "..." and sp_addserver '...', local
but with no effect :(
any other ideas?