Re: Migrating the WSUS database from a Windows Internal Database instance to a SQL Server 2005 instance on a remote server
- From: MartinH <nick@xxxxxxxxxxxxxx>
- Date: Thu, 26 Jul 2007 07:53:34 +0200
Oops my bad indeed no brackets. now i do and i get this message. both
sql as the comuter i want added are in the same domain and i can ping
the computer from the sql computer.
Msg 15401, Level 16, State 1, Line 1
Windows NT user or group 'domain\server' not found. Check the name
again.
On Wed, 25 Jul 2007 22:35:49 +0000 (UTC), Erland Sommarskog
<esquel@xxxxxxxxxxxxx> wrote:
MartinH (nick@xxxxxxxxxxxxxx) writes:
thx for your response. i tried adding the login with SQL.
it returns an error.
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '\'.
Could you please include the exact command that gave you the error?
If I am to guess, my guess is that failed to include the brackets,
and typed
CREATE LOGIN domain\server FROM WINDOWS
rather than
CREATE LOGIN [domain\server] FROM WINDOWS
.
- Follow-Ups:
- References:
- Migrating the WSUS database from a Windows Internal Database instance to a SQL Server 2005 instance on a remote server
- From: MartinH
- Re: Migrating the WSUS database from a Windows Internal Database instance to a SQL Server 2005 instance on a remote server
- From: Sue Hoegemeier
- Re: Migrating the WSUS database from a Windows Internal Database instance to a SQL Server 2005 instance on a remote server
- From: MartinH
- Re: Migrating the WSUS database from a Windows Internal Database instance to a SQL Server 2005 instance on a remote server
- From: Erland Sommarskog
- Migrating the WSUS database from a Windows Internal Database instance to a SQL Server 2005 instance on a remote server
- Prev by Date: Re: Preventing windows users accessing a database
- Next by Date: Re: Changing Default SQL ports on SQL 2000 Server
- Previous by thread: Re: Migrating the WSUS database from a Windows Internal Database instance to a SQL Server 2005 instance on a remote server
- Next by thread: Re: Migrating the WSUS database from a Windows Internal Database instance to a SQL Server 2005 instance on a remote server
- Index(es):
Relevant Pages
|