I changed the MSSSQL accoutn using EM not Control Panel...
Does anyone else know what i can do?
try this
EXEC sp_grantlogin [NT Authority\System]
go
EXEC sp_addsrvrolemember @loginame = [NT Authority\System]
, @rolename = 'sysadmin'
go

Signature
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html
> I changed the MSSSQL accoutn using EM not Control Panel...
> Does anyone else know what i can do?
:\) - 16 Jul 2004 15:34 GMT
Tryed that and still doesn't work....
>-----Original Message-----
>try this
[quoted text clipped - 9 lines]
>
>.
Hilary Cotter - 17 Jul 2004 13:26 GMT
exactly what is/are the error message/s/problems you are encountering.

Signature
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html
> Tryed that and still doesn't work....
> >-----Original Message-----
[quoted text clipped - 13 lines]
> >
> >.