如何打开 SDF 文件(SQL Server Compact Edition)?

发布于 2024-08-16 02:55:52 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

叫嚣ゝ 2024-08-23 02:55:52

下载并安装 LINQPad,它适用于 SQL Server、MySQL、SQLite 以及 SDF (SQL CE 4.0)。

打开 SDF 文件的步骤:

  1. 单击添加连接

  2. 选择自动构建数据上下文,然后< strong>默认 (LINQ to SQL),然后下一步

  3. 提供程序下选择SQL CE 4.0

  4. 数据库下选择附加数据库文件,选择浏览以选择您的.sdf文件。

  5. 单击确定

Download and install LINQPad, it works for SQL Server, MySQL, SQLite and also SDF (SQL CE 4.0).

Steps for open SDF Files:

  1. Click Add Connection

  2. Select Build data context automatically and Default (LINQ to SQL), then Next.

  3. Under Provider choose SQL CE 4.0.

  4. Under Database with Attach database file selected, choose Browse to select your .sdf file.

  5. Click OK.

拒绝两难 2024-08-23 02:55:52

尝试 Microsoft 的 SQL Server Management Studio(2008 版或更早版本)。 从此处下载。不确定许可证,但如果您下载 EXPRESS EDITION,它似乎是免费的。

您也许还可以使用 SSMS 的更高版本。对于 2016 年,您将需要安装扩展。

如果您可以选择可以将 sdf 文件复制到另一台计算机,您可以使用其他软件污染该计算机。

更新:尼克韦斯特盖特的评论格式很好

这些步骤并不那么直观:

  1. 打开 SQL Server Management Studio,或者如果它正在运行,请选择“文件”->“连接对象资源管理器...
  2. 在“连接到服务器”对话框中,将服务器类型更改为 SQL Server Compact Edition
  3. 从数据库文件下拉列表中选择
  4. 浏览更多...>
  5. 打开您的 SDF 文件。

Try the sql server management studio (version 2008 or earlier) from Microsoft. Download it from here. Not sure about the license, but it seems to be free if you download the EXPRESS EDITION.

You might also be able to use later editions of SSMS. For 2016, you will need to install an extension.

If you have the option you can copy the sdf file to a different machine which you are allowed to pollute with additional software.

Update: comment from Nick Westgate in nice formatting

The steps are not all that intuitive:

  1. Open SQL Server Management Studio, or if it's running select File -> Connect Object Explorer...
  2. In the Connect to Server dialog change Server type to SQL Server Compact Edition
  3. From the Database file dropdown select < Browse for more...>
  4. Open your SDF file.
一世旳自豪 2024-08-23 02:55:52

您可以直接从 Visual Studio 2012 打开 SQL Compact 4.0 数据库,方法是转到“

  1. 查看”->“
  2. SQL Compact 4.0 数据库”。服务器资源管理器 ->
  3. 数据连接->
  4. 添加连接...
  5. 更改...(数据源:)
  6. Microsoft SQL Server Compact 4.0
  7. 浏览...

并按照其中的说明进行操作。

如果您同意将它们升级到 4.0,您也可以打开旧版本的 SQL Compact Databases - 如果您只想查看一些表等以进行 Windows Phone 本地数据库开发等内容,这会很方便。

(请注意,我不确定这是否需要 VS2012 的特定 SKU,如果它对我运行 Premium 有帮助)

You can open SQL Compact 4.0 Databases from Visual Studio 2012 directly, by going to

  1. View ->
  2. Server Explorer ->
  3. Data Connections ->
  4. Add Connection...
  5. Change... (Data Source:)
  6. Microsoft SQL Server Compact 4.0
  7. Browse...

and following the instructions there.

If you're okay with them being upgraded to 4.0, you can open older versions of SQL Compact Databases also - handy if you just want to have a look at some tables, etc for stuff like Windows Phone local database development.

(note I'm not sure if this requires a specific SKU of VS2012, if it helps I'm running Premium)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文