Okay we have this product that is suppose to monitor databases for changes. One of the changes is on the password column in syslogins. The vendor says that their application login must be SA. I do not grant SA to anything.
Problem is I have not been able to find a way to get the select on the password column to work. "SELECT permission denied on column 'password' of object 'syslogins', database 'master', owner 'dbo'"
The product is called TripWire. SQL Server 2000 sp4
Any suggestions would be great. Mean while I will keep trying. :hehe: