|
I am trying to migrate my database from SQL Azure back to a local machine. I seem to be connecting properly, as it has no trouble reading the tables in the database, but I get the following error when I try to generate scripts. The error repeats for every
table in the database. I do not get an error (at least not usually) when I try to analyze the tables without migrating.
Based on other threads, I checked the Path variable for SQL Server in Windows, and it does refer to version 100. I also made sure that I am using the latest version of the Migration Wizard (v.3.5.3).
Process started at 2/4/2011 5:42:39 PM -- UTC -> 2/4/2011 10:42:39 PM ...
Using BCP to get data
from table [dbo].[aspnet_Applications]
******************
SQLState = 08001, NativeError = 2
Error = [Microsoft][SQL Server Native Client 10.0]Named Pipes Provider: Could not open a connection to SQL Server [2].
SQLState = 08001, NativeError = 2
Error = [Microsoft][SQL Server Native Client 10.0]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name
is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.
SQLState = S1T00, NativeError = 0
Error = [Microsoft][SQL Server Native Client 10.0]Login timeout expired
|