Hi folks,
Trying to copy a user database from an SQL Server 2005 to an SQL Server 2008 install on another server. I am using the copy wizard to do this. I have the same Domain account setup on both SQL servers and both have sysadmin rights at the server level. However when I run the job at the end of the wizard I am getting the following error stack:
Message=Event Name: OnError
Message: ERROR : errorCode=-1073548784 description=Executing the query "EXEC sp_procoption N'[dbo].[ASPState_Startup]', 's..." failed with the following error: "The procedure 'sys.sp_procoption' cannot be executed within a transaction.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
helpFile= helpContext=0 idofInterfaceWithError={C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}
StackTrace: at Microsoft.SqlServer.Management.Dts.DtsTransferProvider.ExecuteTransfer()
at Microsoft.SqlServer.Management.Smo.Transfer.TransferData()
at Microsoft.SqlServer.Dts.Tasks.TransferObjectsTask.TransferObjectsTask.TransferExtraObjectsViaSmoTransfer()
Operator: XXXXXX\XXXXXXXXX
Source Name: XXXXXXXXXXXXXXXXX Source ID: {F0196701-F147-4191-BA0A-8F3FBDE09967}
Execution ID: {8B9AB025-69E1-46D4-A04D-9CE7CBCA9E84}
Start Time: 9/23/2011 11:53:17 AM
End Time: 9/23/2011 11:53:17 AM
Data Code: 0
Have no clue how to decipher this? Can anyone please help?
Trying to copy a user database from an SQL Server 2005 to an SQL Server 2008 install on another server. I am using the copy wizard to do this. I have the same Domain account setup on both SQL servers and both have sysadmin rights at the server level. However when I run the job at the end of the wizard I am getting the following error stack:
Message=Event Name: OnError
Message: ERROR : errorCode=-1073548784 description=Executing the query "EXEC sp_procoption N'[dbo].[ASPState_Startup]', 's..." failed with the following error: "The procedure 'sys.sp_procoption' cannot be executed within a transaction.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
helpFile= helpContext=0 idofInterfaceWithError={C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}
StackTrace: at Microsoft.SqlServer.Management.Dts.DtsTransferProvider.ExecuteTransfer()
at Microsoft.SqlServer.Management.Smo.Transfer.TransferData()
at Microsoft.SqlServer.Dts.Tasks.TransferObjectsTask.TransferObjectsTask.TransferExtraObjectsViaSmoTransfer()
Operator: XXXXXX\XXXXXXXXX
Source Name: XXXXXXXXXXXXXXXXX Source ID: {F0196701-F147-4191-BA0A-8F3FBDE09967}
Execution ID: {8B9AB025-69E1-46D4-A04D-9CE7CBCA9E84}
Start Time: 9/23/2011 11:53:17 AM
End Time: 9/23/2011 11:53:17 AM
Data Code: 0
Have no clue how to decipher this? Can anyone please help?