Viewing 10 posts - 1 through 10 (of 10 total)
Finally, i've found a way to copy the database to the new server.
Since i was not able to find the offending object sysnsobjs, i've try to import my data by...
February 17, 2009 at 1:46 pm
this is the script generated by the Mngnt Studio
----
USE [master]
GO
CREATE DATABASE [ssjb2] ON
( FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\ssjb2.mdf' ),
( FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\ssjb2_log.ldf' )
FOR ATTACH
GO
-----
February 2, 2009 at 1:17 pm
For the Detach/Attach process, i don't use any code, just the Management Studio of SS2088.
So this is what i'm getting when i'm trying to attach the database file to SS2008
--------------------
TITLE:...
February 2, 2009 at 1:14 pm
I have upgrade to SP4 but the problem persist.
I've try the detach and attach method but i'm getting an other error with that. Even if i'm using a unique...
February 2, 2009 at 12:39 pm
The production DB is still at the SP 3 on SS2000. Maybe that's the problem. I'm upgrading it an i will retry.
February 2, 2009 at 10:23 am
And i'm getting thoses messages:
Processed 41240 pages for database 'ssjb', file 'master' on file 1.
Processed 1 pages for database 'ssjb', file 'mastlog' on file 1.
Converting database 'ssjb' from version 539...
February 2, 2009 at 10:19 am
For the backup, i'm using the command:
backup database ssjb to disk = 'c:ssjbbackup.bak'
And for the restore, this one:
restore database [ssjb] from disk =...
February 2, 2009 at 10:14 am
Woops,
I have now this error while restoring.
There is already an object named 'sysnsobjs' in the database.
Msg 3167, Level 16, State 1, Line 1
Maybe it's the way i'm backing up the...
February 2, 2009 at 9:37 am
Ok, the backup restore procedure worked fine.... I've forgot to check the replace Option the first time i've used it.
So much time lost by a so tiny detail.
Thank's
February 2, 2009 at 9:29 am
This is what i've try first, to make a backup copy of the SQL 2000 database and to try to restore it on the SQL 2008 but SQL 2008 didn't...
February 1, 2009 at 10:05 am
Viewing 10 posts - 1 through 10 (of 10 total)