I have a .NET application where I restore several databases using SMO. The timeout value in the connection string is set to 0 (no limit). Most databases are restored perfectly, with the exception of one database, which sometimes does not work during recovery. Its size is approaching 3 GB. Are there any workarounds for this problem? Are there any settings that I am missing. I am using a DatabaseRestore object to restore a database. Thank!
source
share