sysxlogins is the name of the table, and syslogins is a view. So, the only place where a change
would be needed is sysxlogins. However, hacking system tables is not supported and Pleo would be on
his own by doing that.

Signature
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
> Hi,
>
[quoted text clipped - 24 lines]
>>> news:eVAlmnv0FHA.2428@tk2msftngp13.phx.gbl...
>>>> > As title, thanks!
Gabi Tianu - 20 Oct 2005 07:51 GMT
Very good point Tibor. Any unsupported change to the system table allways
has to be done first in a test environment.
> sysxlogins is the name of the table, and syslogins is a view. So, the only
> place where a change would be needed is sysxlogins. However, hacking
[quoted text clipped - 31 lines]
>>>> news:eVAlmnv0FHA.2428@tk2msftngp13.phx.gbl...
>>>>> > As title, thanks!
doller - 20 Oct 2005 09:24 GMT
Hi Gabi,
This is not recommended by microsoft to update or modify system tables.
from
Dollers