Apologies for the vague question but I am having some trouble
I am in progress of migrating databases from SQL Server 2005 (running on XP) to 2012 (running on server 2012) and have hit some trouble. I have unmounted from 2005 and then re-mounted in 2012. I ran the only stored procedure associated with the database on the 2012 box and it fails with the following error
A transport-level error has occurred when receiving results from the server. (provider: Shared Memory Provider, error: 0 - The pipe has been ended.)
If I run the stored procedure on 2005 it works fine and is done in 10 seconds.
Is there anything I should consider before I move the databases.
If you need more info please ask, I didn't display the stored procedure here because I believe its not to do with the stored procedure.