SQL数据库删除

发布于 2024-12-21 12:34:26 字数 174 浏览 0 评论 0原文

问题: 我更新了数据库中的错误表。 有什么办法可以恢复原来的数据库吗?

请帮忙 感谢

UPDATE As SET   Name = 'A',

服务器:sql server 2005 我已经提交了更新声明。

很抱歉没有早点将其包括在内。

Problem:
I updated the wrong table in the database.
Is there any way to get the original database back?

Please help
Thanks

UPDATE As SET   Name = 'A',

Server: sql server 2005
I have already committed the update statement.

Sorry for not including it earlier.

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

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

发布评论

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

评论(1

記柔刀 2024-12-28 12:34:26

如果这是 SQL Server,并且您没有任何备份,那么我不相信。

SQL Server 不会自动为您执行任何数据备份。

但是,如果您确实存储了备份,则可以使用 SQL Server Management Studio 恢复该备份。

If this is SQL Server, and you don't have any backups in place then I don't believe so.

SQL Server doesn't automatically do any data backups for you.

However, if you do have a backup stored, you can restore this using SQL Server Management Studio.

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