WSUS MSDE Password and DB Schema
I did a default installation of WSUS on a server by using the provided MSDE DB, but I was not given the option to set a password for the database. So, can anyone tell me where can I find what the installer set the password to and thus change the password as well. Also is there anyone to tell me a program to view the backend of the WSUS database or anywhere that I can find out its table structure? Thanks for any information in advance.
Re: WSUS MSDE Password and DB Schema
You can try to use the Microsoft Query on the server to veiw the db and then run the queries. You can then create the data source using the servername\Wsus instead of just the server name and then use the SQL driver.