Results 1 to 3 of 3

Thread: Change Domain Within SQL

  1. #1
    tongbee Guest

    Change Domain Within SQL

    1. How could I change the Domain within SQL Server.
    2. When the NT Server changed to a new domain, Does the SQL server change also? Could someone help me. Thank you.

  2. #2
    Ray Miao Guest

    Change Domain Within SQL (reply)

    1. what means change domain within sql server? There is no domain within sql server but sql server can belong to domain.
    2. you can move sql server to other domain. If they are trusted, no problem. Otherwise, check sql services' startup account, it should be in new domain. If you use nt authentication, ensure all users have access rights in new domain.


    ------------
    tongbee at 3/30/00 8:55:37 AM

    1. How could I change the Domain within SQL Server.
    2. When the NT Server changed to a new domain, Does the SQL server change also? Could someone help me. Thank you.

  3. #3
    Deha Senbay Guest

    Change Domain Within SQL (reply)

    In the configuration of SQL server, Security Options tab you will see Login security Mode and Default domain options. This specifies which domain the logins belong to while accessing the server for the case of same network name being defined in two different domains.


    ------------
    tongbee at 3/30/00 8:55:37 AM

    1. How could I change the Domain within SQL Server.
    2. When the NT Server changed to a new domain, Does the SQL server change also? Could someone help me. Thank you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •