如何打开 .mdf 和 .ldf 文件?

发布于 2024-11-05 10:27:08 字数 100 浏览 1 评论 0原文

如何打开 .mdf 和 .ldf 文件?

这些文件是使用 SQL 2005 创建的。我刚刚安装了 SQL 2008。

我无法打开此文件。我在这里缺少什么?

How to open .mdf and .ldf files ?

These files were created using SQL 2005. I just installed SQL 2008.

I am unable to open this file. What am I am missing here ?

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

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

发布评论

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

评论(4

音盲 2024-11-12 10:27:08

您应该能够使用 SQL Server Mgmt Studio 附加 mdf 文件。请参阅此链接
http://www.packtpub.com/article/moving-a-database-from-sql-server-2005-to-sql-server-2008-in-三步

You should be able to just attached the mdf file using SQL Server Mgmt Studio. See this link
http://www.packtpub.com/article/moving-a-database-from-sql-server-2005-to-sql-server-2008-in-three-steps

吐个泡泡 2024-11-12 10:27:08

您可能只想附加这些内容,并且可以通过 SSMS 来完成此操作。

但是,如果您确实想“阅读”这些内容,请注意,没有默认的方法可以做到这一点,但您可以尝试一些解决方法。

只能使用第三方工具读取 .ldf 文件,例如 ApexSQL Log

还有SQL Log Rescue,它是免费的,但仅限对于 SQL Server 2000。

请查看这些线程以获取更多详细信息(如果这就是您想要的)

读取sql server 2008中的日志文件(*.LDF)

SQL Server 事务日志资源管理器/分析器

You probably just want to attach these and you can do that through SSMS.

However, if you really want to “read” these note that there is no default way to do so but there are some workarounds you can try.

Reading .ldf file is only possible using third party tools such as ApexSQL Log.

There is also SQL Log Rescue which is free but only for SQL Server 2000.

Take a look at these thread for more details on this (if this is what you were after)

Read the log file (*.LDF) in sql server 2008

SQL Server Transaction Log Explorer/Analyzer

萌酱 2024-11-12 10:27:08

您不能只打开这些文件。但您可以做的是将它们附加到新版本的 SQL 2008 中。以下是执行此操作的说明: http://msdn.microsoft.com/en-us/library/ms190209.aspx

You can't just open those files. But what you can do is attach them to your new version of SQL 2008. Here's the instructions to do that : http://msdn.microsoft.com/en-us/library/ms190209.aspx

软的没边 2024-11-12 10:27:08

在 SQL Server Management Studio 中,您可以“附加”与 LDF(日志文件)关联的 MDF 文件。

或者,您可以使用 Visual Studio 的服务器资源管理器附加并浏览 MDF 文件。

In SQL Server management studio you can "Attach" an MDF file, which is associated with the LDF (log file).

Alternatively, you can use Visual Studio's Server Explorer to attach to and browse MDF files.

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