We are in the process of upgrading a content database from SharePoint 2010 to 2013. I have resolved all initial errors from the Test-SPContentDatabase, but receive an error during mount which I cannot find any information on.
Error running SQL DDL Script: IF EXISTS ( SELECT 1 FROM mssqlrbs.rbs_columns AS rc INNER JOIN sys.syscolumns A.... System.Data.SqlClient.SqlException (0x80131904): Invalid object
name 'mssqlrbs.rbs_columns'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj,
Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1
completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.SharePoint.Utilities.SqlSession.ExecuteNonQuery(SqlCommand command) at Microsoft.SharePoint.Upgrade.SPDatabaseSequence.ExecuteDataDefinitionMethodCore(SqlSession sqlSession, ISqlSession isqlSession, String sqlscript, SPLog log) ClientConnectionId:406b745a-7ff9-4abf-9a79-a1eddbea780bceadf807-1c73-4a0f-b3ee-ba5243b8aab5
Any help to resolve this would be greatly appreciated.