Use iSQL for SQL Server 2000 command lines

Source: Internet
Author: User

In order to facilitate development at home, I specially designed an old database to bring it back for testing. To maximize performance and save disk space, when installing SQL Server 2000 + SP4, we chose "minimal installation ".

After the installation is complete, all the graphical tools are not installed because they are minimized, including the Enterprise Manager and query analyzer.

In order to build the environment, I had to sacrifice the killer. Use the command line tool iSQL to complete basic operations. To be honest, iSQL is actually a very good thing, this is especially used when you perform automatic processing or other scripts.

Not much to mention, start:

> ISQL-USA-P ***
1> Create Database [test]
2> go
Message indicating success
1> Restore database [test] from disk = 'd: \ test. Bak'
2> go
Execution prompt data
1> quit

In this way, the database is created and restored, and the test starts ......

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.