jeffmoore64
Programmer
Hi,
I'm tring to use the copy db wisard to move a db from 2000 to 2005. I keeps failing and giving me no real clue as to why.
This is what I see in the event viewer:
There is a reference to a db called "salesmart". This is not the db I'm trying to transfer. But it is used in some of the view in the db I'm transfering. Could that be my issue?
If so, how do i transfer (and upgrade) my dbs?
TIA
I'm tring to use the copy db wisard to move a db from 2000 to 2005. I keeps failing and giving me no real clue as to why.
This is what I see in the event viewer:
There is a reference to a db called "salesmart". This is not the db I'm trying to transfer. But it is used in some of the view in the db I'm transfering. Could that be my issue?
If so, how do i transfer (and upgrade) my dbs?
TIA
Code:
Event Type: Error
Event Source: SQLISPackage
Event Category: None
Event ID: 12550
Date: 5/18/2007
Time: 1:57:11 PM
User: NT AUTHORITY\SYSTEM
Computer: WTLBOBSQLTEST
Description:
Event Name: OnError
Message: An exception occurred while executing a Transact-SQL statement or batch.
StackTrace: at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand, ExecutionTypes executionType)
at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(StringCollection sqlCommands, ExecutionTypes executionType)
at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(StringCollection sqlCommands)
at Microsoft.SqlServer.Dts.Tasks.TransferObjectsTask.TransferObjectsTask.CreateObject(String database, StringCollection script)
at Microsoft.SqlServer.Dts.Tasks.TransferObjectsTask.TransferObjectsTask.TransferJobs(DatabaseObject dbObject)
InnerException-->The specified @database_name ('SalesMart') does not exist.
StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand, ExecutionTypes executionType)
Operator: NT AUTHORITY\SYSTEM
Source Name: CDW_WATERLOO18_WTLBOBSQLTEST_BOB2005_3
Source ID: {AD04B7A4-7278-4958-8BAE-60AFFF28E399}
Execution ID: {BD312B31-4D4D-4BE3-BA7F-382E003BEF21}
Start Time: 5/18/2007 1:57:11 PM
End Time: 5/18/2007 1:57:11 PM
Data Code: 0
For more information, see Help and Support Center at [URL unfurl="true"]http://go.microsoft.com/fwlink/events.asp.[/URL]