I have a SQL Server Express with 2 user logins. One is Dan, and has all Server roles. Another is Fred and has Guest roles for a database.
When I do a backup using Dan, it works great. When I try to do a backup using Fred, it fails by design, ie. also works great.
My problem is this... When I write an ADODB query VB:
ALTER LOGIN Dan WITH PASSWORD = 'NewPass' UNLOCK
It will allow me to change any password, regardless of the username and password in the ADODB connectionstring.
Obviously a giant security hole, but I'm not sure what I did wrong in SQL Server Setup (Installed yesterday)
Question/Comments are appreciated, and thank you in advance for your time!
Dan