代码改变世界

随笔档案-2014年03月

SqlLocalDB 的一些常用命令行

2014-03-13 00:27 by Koy, 1635 阅读, 收藏,
摘要: Once installed, you can interact with SqlLocalDb using the command line. The following will tell you the version of SqlLocalDb:C:\> SqlLocalDb infoResult:v11.0If you want to create an instance:C:\> SqlLocalDb create "MyInstance"Result:LocalDB instance "MyInstance" created w 阅读全文