SQL数据库删除
问题: 我更新了数据库中的错误表。 有什么办法可以恢复原来的数据库吗?
请帮忙 感谢
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果这是 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.