NT Authority\System
From: Bart Danse (bdanse@xs4all.nl)
Date: 05/30/02
- Next message: Connie: "Keeping passwords in SYNC across servers"
- Previous message: Marcus Michaels: "Re: Login failure"
- Next in thread: Sue Hoegemeier: "Re: NT Authority\System"
- Reply: Sue Hoegemeier: "Re: NT Authority\System"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Bart Danse" <bdanse@xs4all.nl> Date: Thu, 30 May 2002 00:18:22 +0200
Hi,
My backup program needs NT Authority\System to have sysadmin right on sql
I've managed to do this trick on a W2k system with sql2k by using the
following:
exec sp_grantlogin[NT Authority\System
and
EXEC sp_addsrvrolemember @loginame = [NT Authority\System]
, @rolename = 'sysadmin'
this all works fine...
BUT.... on NT4 with sql7 sp3 this doesn't work
I get an really strange error 15401 NT user or group not found...
Help me!!
Thnx Bart
- Next message: Connie: "Keeping passwords in SYNC across servers"
- Previous message: Marcus Michaels: "Re: Login failure"
- Next in thread: Sue Hoegemeier: "Re: NT Authority\System"
- Reply: Sue Hoegemeier: "Re: NT Authority\System"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|