Hi people,
I'm tring to migrate Sql Server 2000 to SQL Server 2005 using "Copy Database Wizard" but i get the following error:
- Add log for package (Success)
- Add task for transferring database objects (Success)
- Create package (Success)
- Start SQL Server Agent Job (Success)
- Execute SQL Server Agent Job (Error)
Messages
* The job failed. Check the event log on the destination server for
details. (Copy Database Wizard)
When I take a look at 'Event viewer' on the SQL 2005 server, the following
error is displayed;
InnerException-->An error has occurred while establishing a connection to
the server.
When connecting to SQL Server 2005,
this failure may be caused by the fact
that under the default settings SQL Server does not allow remote connections.
(provider: Named Pipes Provider, error: 40 - Could not open a connection to
SQL Server)
I try this link but not success.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=752092&SiteID=1
Can anyone help me?