SQL Server 2000 can be divided into three parts: Client components, server components, and communication components.
Specific functions:
The server is responsible for data management and ProgramProcessing.
The client is responsible for the interface description and display.
The client uses the communication component to request processing from the server.
After the server responds, the communication component returns the processing result to the client.
SQL Server 2000 Server components include:
Ms SQL Server service ),
SQL Server Agent,
Ms dtc (Microsoft Distributed Transaction Coordinator Service ),
Microsoft Search Service)
SQL Server: core database engine.
SQL Server Agent: Provides high services for SQL Server. It can automatically execute jobs pre-scheduled by database administrators, monitor SQL Server events, and trigger alert.
Ms dtc (Distributed Transaction Coordinator): logically jobs a whole piece of data in distributed databases are stored on multiple servers.
Microsoft Search: full-text search and query service.