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.