tags:

views:

7

answers:

1

I successfully attached DB with Sql2000 to SQl2005 and I had two version 2005,2000 and I want to stop 2000 all it,s services without any effect on 2005 so what I can do?

+1  A: 

Look in "Services" in control panel and stop+disable "SQL Server Agent".

I forget exactly (been some time) which service is the DB engine but it's dependency of SQL Server Agent

gbn