...
> one more question though. Since i'm doing this on my local computer right
> now for testing, how can I move sql 2000 database to sql 2005 on our SQL
> Server test servers?
> currently locally I'm taken the db offline, then attaching to it through
> sql 2005 server management studio. Now on an actual server that is being
> used, how will I migrate the database's to sql 2005?
> "vt" <vinu.t.1@gmail.com> wrote in message
> news:OdzJkJ4pHHA.3512@TK2MSFTNGP06.phx.gbl...
>> Hi Mike
>> The simple solution would be to detach the db from 2000 and attach it to
>> 2005
>> VT
>> Knowledge is power, share it....
>> http://oneplace4sql.blogspot.com/
>> "Mike" <M@community.nospam> wrote in message
>> news:ezHL0D4pHHA.588@TK2MSFTNGP06.phx.gbl...
>>> I'm trying to move my 20 SQL 2000 Databases over to SQL 2005 via the
>>> Copy Database wizard. Currently I'm testing this out on my local
>>> computer. When I enter my source database server I connect, but when I
>>> enter in my servername\instance for my destination I get an error
>>> 'Unable to connect to server servername\instance' though I have it
>>> opened in Server management studio. I've tried connecting using my
>>> username and password, sa username and password and windows auth and no
>>> luck. Any Suggestions?
>>> If I use 'attach to database' will that bring all of the sql 2000
>>> databases to the sql 2005 database environment? None of the database
>>> have anything complex. Just databases with tables, and stored
>>> procedures. I ran the Upgrade advisor on each database prior to do this
>>> and fix whatever issues that were found in that.