简体   繁体   English

在SQL Server Management Studio中还原.bak文件时,信号灯超时时间已到期

[英]The semaphore timeout period has expired while restoring .bak file in SQL Server Management Studio

I am getting the error message The semaphore timeout period has expired when I am trying to restoring a .bak file. 我收到错误消息尝试还原.bak文件时The semaphore timeout period has expired This is a huge file(36GB) Can you please suggest me how to restore the .bak file. 这是一个巨大的文件(36GB)您能建议我如何还原.bak文件吗?

I need to restore the backup file to SQL server 2008 database. 我需要将备份文件还原到SQL Server 2008数据库。

36GB is not a huge file to restore 36GB不是要还原的巨大文件

It sounds more like a network issue where the communication is broken rather than a SQL based issue. 听起来更像是网络问题,其中通讯中断,而不是基于SQL的问题。

Are you running the restore command remotely or on the host machine? 您是在远程还是在主机上运行restore命令? Is the backup file on a remote network location or on the host machine? 备份文件是在远程网络位置还是在主机上?

I would say that if you are running the command remotely or the backup file is on a different network path that you try to bring either the file or the SSMS connection locally to the SQL instance. 我要说的是,如果您正在远程运行命令,或者备份文件位于其他网络路径上,则您尝试将文件或SSMS连接本地引入SQL实例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 SQL Server Management Studio报告“信号灯超时时间已到期。” - Sql server management studio reporting “The semaphore timeout period has expired.” SQL bcp 信号量超时期限已过 - SQL bcp The semaphore timeout period has expired Web服务器 - 信号量超时期限已过期 - Web Server - The semaphore timeout period has expired Microsoft SQL Server Management Studio评估期已到期 - Microsoft SQL Server Management Studio evaluation period has expired SQL Server Management Studio-无法从bak和trn还原 - SQL Server Management Studio - trouble restoring from bak and trn CodeIgniter 到 SQL 服务器获取错误:TCP 提供者:信号量超时期限已过期 - CodeIgniter to SQL Server get errror :TCP Provider: The semaphore timeout period has expired SQL Server Management Studio:执行超时已过期 - SQL Server Management Studio : execution timeout expired 连接到Azure SQL数据库时出错。 信号灯超时时间已过。 (Microsoft SQL Server,错误:121) - Error when connecting to Azure SQL database. The semaphore timeout period has expired. (Microsoft SQL Server, Error: 121) SQL Server Management Studio 中的 database.bak 文件保存在哪里? - Where is database .bak file saved from SQL Server Management Studio? 打开SQL Server .bak文件(不还原!) - Opening a SQL Server .bak file (Not restoring!)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM