昨天,我丢失了在我的系统中输入和编辑的所有数据,我的ISP向我宣布昨晚的备份已经损坏,无法恢复。
是否有任何方法访问数据库的日志文件,以尝试将数据库恢复到当天数据被删除之前的点?我使用的是Server 2012标准版。
我尝试过这个(我在这个网站上的另一个问题中发现了这个问题):
SELECT deqs.last_execution_time AS [Time], dest.TEXT AS [Query]
FROM sys.dm_exec_query_stats AS deqs
CROSS APPLY sys.dm_exec_sql_text(deqs.sql_handle) AS dest
我需要将我的SQL Server数据库移动到共享主机。有没有工具可以让我导入数据库备份文件?我被困在制作.bak文件的工作中。
建议我使用SQL Server Management Studio (SSMS),我尝试从下载,但安装失败。
我发现我可以运行如下查询
BACKUP DATABASE mydbname TO disk = 'd:\bak'
但是我不知道我在VS2010的什么地方可以做到这一点。
我被这个蹩脚的问题卡住了,请给我一个提示。
我每天使用从Azure数据库备份bacpac文件。直到5月31日,我所有的Bacpac文件都可以使用SQL2008R2恢复到本地数据库。
从6月1日开始,我犯了如下错误:
Failure Creating schema objects in database
'XXXXX' System.Data.SqlClient.SqlException (0x80131904): Cannot
find the object "dbo.XXXX" because it does not exist or you do not have per
missions.
当我检查
我从mongodb文件中读到:
important:
db.fsyncLock() may block reads, including those necessary to verify authentication
warning:
When calling db.fsyncLock(), ensure that the connection is kept open to allow a subsequent call to db.fsyncUnlock(). Closing the connection may make it difficult to release the lock