我试图从谷歌云存储导入。bak文件到云sql和得到以下错误
generic::invalid_argument: execution of restore command failed with error: {mssql: RESTORE DATABASE is terminating abnormally.} Known Issue: presizeDiskForImportHelper: Error doing disk presize check with error: connection error: desc = "transport: Error while dialing dial tcp [::1]:8086: connect: connection refused"
我试着谷歌错误,但我没有找到任何有用的信息,除了有可能备份文件是坏的。
更新云SQL中的数据库显示为默认排序
当我输入 时
Use mydatabase
我得到Database 'mydatabase' cannot be opened. It is in the middle of a restore.
这是由于SQL Server实例运行的虚拟机磁盘大小太小。如果您有自动缩放磁盘大小,它可能仍然无法工作。我假设这是因为VM没有理由扩展磁盘,因为磁盘没有被填满。presize check
可能只会查看磁盘大小,并发现它太小了。
我们通过将磁盘大小设置为我们知道足够大的固定大小来修复它,而不是自动缩放