|
WE are trying to migrate our database to SQL Azure and I am hitting the below errors every couple of seconds. This also happens sometimes couple of times for a single table. Any ideas what might be causing this connection failure?
SQLState = 08001, NativeError = 26
Error = [Microsoft][SQL Server Native Client 10.0]Client unable to establish connection because an error was encountered during handshakes before login. Common causes include client attempting to connect to an unsupported
version of SQL Server, server too busy to accept new connections or a resource limitation (memory or maximum allowed connections) on the server.
SQLState = 08001, NativeError = 26
Error = [Microsoft][SQL Server Native Client 10.0]Client unable to establish connection
SQLState = 08001, NativeError = 64
Error = [Microsoft][SQL Server Native Client 10.0]TCP Provider: The specified network name is no longer available.
SQLState = 08001, NativeError = 64
Error = [Microsoft][SQL Server Native Client 10.0]Client unable to establish connection due to prelogin failure
|