简体   繁体   English

SQL Server 2014 Express与连接安装快速连接数据库

[英]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. 我是sql server express中的新手,我想在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? 在sql server中,等效指令是什么?

thank you 谢谢

The command line utility to use with SQL Server is called sqlcmd. 与SQL Server一起使用的命令行实用程序称为sqlcmd。 This article will get you started, https://msdn.microsoft.com/en-us/library/ms166559(v=sql.120).aspx . 本文将帮助您开始使用https://msdn.microsoft.com/zh-cn/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 . 这是有关其选项的更多信息, https://msdn.microsoft.com/zh-cn/library/ms162773(v=sql.120).aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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