Question
Thread display: Collapse - |
All Answers
Share your knowledge
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
SQL script
That is OK.
Use XDB
Go
UPDATE Users SET Locked='0', Deleted='0',
Password=0xE38AD214943DAAD1D64C102FAEC29DE
where UserName='E';
But I would like to use a script, if possible
When I run a backup, the script starts with the following
SqlCmd -E -S (local)\INSTANCE -Q..........etc
so I assume that the reset script should start with something similar
How do I do?
Thanx in advance