I have SQL server that is have on going connection and transaction during all day.
I backup him in different times every 1-2 days.
Every time when I start the backup, the SQL server seems to have network issues, I receive this error:
Code: Select all
ex.TargetSite:System.Data.DataTable ExecuteDataTable(System.String, System.String, System.Data.SqlClient.SqlParameter[])/n ex.InnerException:System.ComponentModel.Win32Exception (0x80004005): [b]The specified network name is no longer available/n ex.Message:A transport-level error has occurred when receiving results from the server[/b]. (provider: [b]TCP Provider, error: 0 - The specified network name is no longer available[/b].)/n StackTrace: at DAL.InternalClasses.ManageSql.ExecuteDataTable(String connectionString, String procName, SqlParameter[] SqlParams) in
The SQL server is VM on ESXi 5.5.
Running Windows server 2012 R2 and SQL Server 2014.
Thank you.