Re: Migrating SQL Server to new Domain
From: H. Cao (HCao_at_discussions.microsoft.com)
Date: 06/22/04
- Next message: JJ Wang: "urgent help: view of partitioned tables"
- Previous message: Peter Yeoh: "Re: Restoring a database"
- In reply to: Paul Ibison: "Re: Migrating SQL Server to new Domain"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 21 Jun 2004 18:45:02 -0700
Thank you, Paul. I'll keep these KB articles close at hand.
"Paul Ibison" wrote:
> Here are some general guidelines to be followed using Detach / Attach, which
> apply within a domain or between domains:
> http://support.microsoft.com/default.aspx?scid=kb;en-us;224071&sd=tech
> As far as moving across domains, the windows logins will need restructuring
> to replace the domainname part. Details in there articles:
> http://support.microsoft.com/default.aspx?scid=kb;en-us;240872
> http://support.microsoft.com/default.aspx?scid=kb;en-us;246133
> If the servername is being altered, you'll also need to consider
> replication - settings will not be preserved. It's best to script out the
> replication settings on the original server, transfer the databases, edit
> the scripts with the new names then apply the scripts.
> jobs - master/slave jobs (and windows login names of owners but this is
> covered above)
> general TSQL - fully qualified names are sometimes used to obtain the output
> of a stored procedure as a resultset in TSQL. Look for OPENROWSER and
> OPENDATASOURCE.
> HTH,
> Paul Ibison
>
>
>
- Next message: JJ Wang: "urgent help: view of partitioned tables"
- Previous message: Peter Yeoh: "Re: Restoring a database"
- In reply to: Paul Ibison: "Re: Migrating SQL Server to new Domain"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|