You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
379 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# SQLLocalDB 使用教程
## 什么是 SQLLocalDB
> SqlLocalDb是SqlServer Express版本的轻量级版本用于植入到其它应用程序中去。
> 容易安装,无需管理,主要方便开发人员使用。
## 查看和管理本机 SQLLocalDB
1. SQLLocalDB 命令行
2. SSMS
3. VsualStudio
4. 其它客户端
## 安装 SQLLocalDB
## 连接到 SQLLocalDB