Use the cmd command line window to operate SqlServer

Source: Internet
Author: User
This article describes how to use the cmd command line window in windows to operate Sqlserver. First, we can run osql ?, In this way, all the commands that can operate sqlserver through the CMD command line are displayed (the figure shows the truth). Then we know that the connect server is-S, and the login ID is-U, the password is-P. Let's try it now. Operation

This article describes how to use the cmd command line window in windows to operate Sqlserver. First, we can run osql? /. In this way, all the commands that can be used to operate sqlserver through the CMD command line are displayed (the figure shows the truth). Then we know that the connect server is-S, and the login ID is-U, the password is-P. Let's try it now. Operation

This document describes how to use the cmd command line window in windows to operate Sqlserver,

First, we can run osql? /. In this way, all commands that can operate sqlserver through the CMD command line are displayed.

(With images and truth)

Then we know that the connect server is-S, the login ID is-U, And the password is-P.

Let's try it now.

Run osql-S [Database Server]-U [Login User Name]-P [Login Password]

1> indicates that the connection is successful. You can enter an SQL statement to perform the operation.

DotNetGeek does not think it is very useful to operate Sqlserver using the CMD command line, and the Data Layout displayed by the select statement is not neat and beautiful,

If you happen to want to operate SQL server on a computer without SQL Server, you can use this method.

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.