I have a legacy VB app without any source code that has the 'sa' user and a 6-digit password hard-coded into it. I would like to use an up-to-date MSSQL but I am getting stuck on the password length policies in more modern MSSQL versions.
I've tried 1) creating a partially contained database for this app (still get password length complaints); 2) I've created a new user and hex-edited the userid in the binary to something else, but the application gives random errors when 'sa' is not used.
Is there any way to "trick" MSSQL into letting me use the 6-digit password? Any reliable decompile/recompile service? This is just one single module.