SQL Server Installation and simple use

Source: Internet
Author: User

Installation of sqlserver 2000

1. Install SQL server 2000 Simplified Chinese development Edition

2. Install the SQL server Component

3. Install the Database Server

4. Select the Local Computer

5. Create a new SQL server instance/install the client Tool

6. Select the server and client tools.

7. Default instance.

8. Select a typical Installation

9. Select a local account to access network resources.

Domain Users: CLEAR user names and Domains

10. Select hybrid mode and enter the password.

Installation Complete

Use of sqlserver 2000

1. Open the Enterprise Manager

2. Right-click the database and create a new database.

Enter Database Name

3. Expand the database with some default tables.

4. Create a table

G_id int 4 (primary key): auto-increment Field

G_username varchar variable-length string

G_password varchar 50

G_email varchar 50

G_sex bit 0/1

G_info text

G_date datetime

Save write table name g_reg

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.