Re: 'NT AUTHORITY\NETWORK SERVICE' question

From: Jasper Smith (jasper_smith9_at_hotmail.com)
Date: 12/30/04


Date: Thu, 30 Dec 2004 00:31:09 -0000

Where can you not see it? You can add it manually via query analyzer e.g.

exec sp_grantlogin [NT AUTHORITY\NETWORK SERVICE]

-- 
HTH
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org
"Guy Dillen" <guy_dillen@nospam.hotmail.com> wrote in message 
news:41d32bba$0$314$ba620e4c@news.skynet.be...
> Of course its SQL Server 2000 (Standard Edition) with SP3a
>
>
>
> "Guy Dillen" <guy_dillen@nospam.hotmail.com> wrote in message 
> news:41d32999$0$321$ba620e4c@news.skynet.be...
>> I'm installing SharePoint Services 2.0 on my machine (Windows Server 2003 
>> Standard Edition), with SQL Server 2002 and SP3a installed.
>> I don't see 'NT AUTHORITY\NETWORK SERVICE' as a user (the one i need to 
>> install WSS).
>>
>> Why is 'NT AUTHORITY\NETWORK SERVICE' not available?
>>
>> Guy
>>
>>
>
> 


Relevant Pages

  • Re: Cannot change installation path sql2005 (final release)
    ... Jasper Smith (SQL Server MVP) ... >>> HTH ... >>> Jasper Smith (SQL Server MVP) ...
    (microsoft.public.sqlserver.setup)
  • Re: GRANT - Execute SP
    ... Jasper Smith (SQL Server MVP) ... existing stored procedures, so when you create a new procedure, it will have ...
    (microsoft.public.sqlserver.security)
  • Re: No more indexing on text
    ... Looking for a SQL Server replication book? ... DROP FULLTEXT CATALOG CmpArchivorCat ... exec sp_fulltext_catalog 'CmpArchivorCat', 'create' ... both text/plain and text/html in my file type column. ...
    (microsoft.public.sqlserver.fulltext)
  • Re: add .NET Framework 2.0 to sql server
    ... Jasper Smith (SQL Server MVP) ... with multiple versions of .NET Framework on the same sql server. ...
    (microsoft.public.sqlserver.setup)
  • Re: Running a DTS Job from a stored procedure
    ... We are running SQL Server 2000. ... -- Create a Pkg Object ... EXEC sp_DisplayOAErrorInfo @oPKG, @hr ...
    (microsoft.public.sqlserver.dts)