Link to home
Start Free TrialLog in
Avatar of akuss
akuss

asked on

SQL Server 7.0

Hello i need help migrating SQL 7.0 Dbase to SQL 2005 then to SQL 2012

I am unable to upgrade SQL 7.0 to 2005 because its on a windows NT machine and i've been trying everything with what i've been reading online to do this but every option given i've run into brick walls

so can someone give me a clear way to do this
Avatar of Lee
Lee
Flag of United Kingdom of Great Britain and Northern Ireland image

Back the database up.

On a new machine, install SQL 2012.

Patch SQL 2012 to latest Service Pack.

Restore database.

You may need to manage the migration of the SQL users to the new server.
Avatar of akuss
akuss

ASKER

I was under the impression the SQL 2012 was not able to accept an sql 7.0 dbase without a go between like sql 2005?
One thing to note is that when you restore the database the compatibbility level will still be on the previous version of SQL. This may be necessary though.
Ahh, yes you are quite right. I totally forgot that :)

How big is the physical database?
Avatar of akuss

ASKER

1.65 gb
ASKER CERTIFIED SOLUTION
Avatar of Lee
Lee
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of akuss

ASKER

ok i will install express and let you know is there a specific tool i use like dts wizard?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of akuss

ASKER

I will let you know if it works
Avatar of akuss

ASKER

I received error message it gets to 100% done then throws error see below

System.Data.SqlClient.SqlError: DDL statement is not allowed. (Microsoft.SqlServer.Smo)
Do you have any DDL triggers? Try disabling them.
Avatar of akuss

ASKER

I dont think i have any DDL triggers how would i go about finding them and disabling them?
Avatar of akuss

ASKER

any ideas? i have no ddl triggers
Avatar of akuss

ASKER

well after installing sql express 2005 on three computers i guess third time is a charm it finally worked dont know what was going on.