简体   繁体   中英

sql server 2014 express connect database with promp install

I'm a new in sql server express I want create a database and table with prompt in windows. but I don't understand how to login for create a database and table.

in oracle:

connect

create user user identified by password;

and then I could create tables

In sql server what is the equivalents istructions?

thank you

The command line utility to use with SQL Server is called sqlcmd. This article will get you started, https://msdn.microsoft.com/en-us/library/ms166559(v=sql.120).aspx .

Here's some more info about its options, https://msdn.microsoft.com/en-us/library/ms162773(v=sql.120).aspx .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM