RE: SQL server migration
- From: v-xuwen@xxxxxxxxxxxxxxxxxxxx (Vincent Xu [MSFT])
- Date: Thu, 22 Jun 2006 02:15:51 GMT
Hi,
First, which authentication method did you use? Windows Authentication or
Mixed authentication? Basically if you enabled SID history feature in AD,
the users are still able to log in with old sid. If you want to remove sid
hirstory, check following steps:
1) Stopped all SQL Related Services and modified the startup mode to
manual.
2) Migrated SQL Server to new domain.
3) Modified the startup account for SQL.
4) Started SQL Server.
5) Generate output of sp_help_revlogin stored procedure.
6) Generated Permission script.
7) Detached all the user Database.
8) Dropped all the logins.
9) Used the permission script to recreate logins and add server level roles
10) Attached the user database.
11) Mapped the SIDS using sp_sidmap procedure.
SAMPLE: Mapsids.exe Helps Map SIDs Between User and Master Databases When
Database Is Moved
http://support.microsoft.com/?id=298897
Hope this helps.
Best regards,
Vincent Xu
Microsoft Online Partner Support
======================================================
Get Secure! - www.microsoft.com/security
======================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others
may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties,and confers no rights.
======================================================
--------------------
microsoft.public.windows.server.migration:24161Thread-Topic: SQL server migration
thread-index: AcaVGBDFQvJSFQMgThGz32GTWtzwPg==
X-WBNR-Posting-Host: 70.48.246.247
From: =?Utf-8?B?SnVsaWFuYQ==?= <Juliana@xxxxxxxxxxxxxxxxxxxxxxxxx>
Subject: SQL server migration
Date: Wed, 21 Jun 2006 02:50:01 -0700
Lines: 5
Message-ID: <FDD878C4-8405-4E9E-85AE-EB723682652C@xxxxxxxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
Newsgroups: microsoft.public.windows.server.migration
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
2k3NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.windows.server.migration
I am sorry, forgot to mention in last post that the member server run SQL
server and application which in a NT domain, how to migrate it to windows
domain without affect users to access.
Thank you,
.
- Follow-Ups:
- RE: SQL server migration
- From: Juliana
- RE: SQL server migration
- Prev by Date: RE: how application member server
- Next by Date: RE: Tried using ADMT 2.0 and 3.0 and still failed
- Previous by thread: RE: how application member server
- Next by thread: RE: SQL server migration
- Index(es):
Relevant Pages
|