My Account Subscribe Help About
Sign In | Register FREE
Friday, April 10, 2026
Man jailed for killing abused wife who jumped from bridgeCeasefire or no ceasefire, the Middle East's reshuffling is not yet doneMelania Trump denies ties to Jeffrey Epstein and urges hearing for survivorsSimple guide: How the Iran war is affecting the cost of holidays, food and clothesEU fingerprint and photo travel rules come into forceWant to help garden birds? Don't feed them in warmer months, says RSPBDublin Airport issues travel guidance as Irish fuel protests continueMen behind 'Tripadvisor for people smugglers' jailed for 19 yearsIran conflict must be 'line in sand' to build more resilient UK, Starmer saysBafta fell short in duty of care when racial slur was shouted, review findsExtra £5m pledged for patrolling places of worship'Endless fears': Even if fighting stops, the damage to Iran's children will endureLebanon thought there was a ceasefire - then Israel unleashed deadly blitzHow many ships are crossing the Strait of Hormuz?Has US achieved its war objectives in Iran?Can stats help you find the Grand National winner?This coat cost $248 in illegal tariffs. Will he ever get the money back?From a smuggled harmonica to Artemis' playlist - the history of music in spaceWeekly quiz: What might have made Paddington panic about his marmalade?How the Artemis crew will splash down on EarthLeBron and Bronny James record first son-to-father assist in NBA historyTen cases a day - 'blitz courts' could tackle the Crown Court backlog'I was in a slump - now my art is in Billie Eilish's house'Labrinth not involved in Euphoria's third seasonLava soars into air as Hawaii's Kilauea volcano erupts againWhite House staff told not to place bets on prediction marketsRussia and Ukraine agree to truce for Orthodox EasterBBC News appIs Defence Secretary Pete Hegseth waging a holy war against Iran?Defence secretary interview on Russian submarine operation
FDN » SQL Server » SQL Server 2000 Installation

SQL Server 2000 Installation

SQL Server 2000 Installation

SQL Server 2000 is Microsoft's relational database management system. This guide covers a typical installation of SQL Server 2000 on Windows 2000 Server.

Editions

EditionMax RAMMax CPUsMax DB Size
Personal2 GB2Unlimited
Standard2 GB4Unlimited
Enterprise64 GB32Unlimited
Developer64 GB32Unlimited (dev only)
MSDE2 GB22 GB

Installation Steps

  1. Insert the SQL Server 2000 CD. Setup starts automatically.
  2. Select SQL Server 2000 ComponentsInstall Database Server.
  3. Choose Local Computer and click Next.
  4. Select Create a new instance of SQL Server.
  5. Enter your name and company. Enter the product key.
  6. Accept the license agreement.
  7. Choose Server and Client Tools (typical) or Custom for specific components.
  8. Select the instance name. The default instance uses MSSQLSERVER; named instances use SERVERNAME\INSTANCENAME.
  9. Configure service accounts:
    • Use a domain account for both SQL Server and SQL Agent services in production
    • Grant the account "Log on as a service" rights
  10. Choose authentication mode:
    • Windows Authentication Mode: Uses AD accounts only (recommended)
    • Mixed Mode: Allows both Windows and SQL Server logins. Set a strong sa password.
  11. Choose collation settings. The default (SQL_Latin1_General_CP1_CI_AS) is case-insensitive, accent-sensitive.
  12. Click Next to begin installation.

Post-Installation

  • Install SQL Server 2000 SP4 (the final service pack)
  • Configure max memory in Server Properties to prevent SQL from consuming all RAM
  • Set up regular backups with SQL Agent jobs
  • Enable TCP/IP protocol in Server Network Utility if clients connect over the network
« Back to SQL Server « Back to FDN