You should be able to do an ATTACH in sql7.  Will be something like this,
but you should look it up and check as there are more options available I
believe.

sp_attach_db @dbname = N'Your_DB_Name_Here',
@filename1 = N'd:\data\mydb.mdf',
@filename2 = N'e:\trans\mydb.ldf'
GO


Also, when you copy thing off your CD they will be in Read-Only mode, so you
should change that.

Hope it helps,Adrian





-----Original Message-----
From: Scott Wolf [mailto:[EMAIL PROTECTED]]

I know this is a very newbie-like question, but I'm
stuck all the same.  I had SQL Server 7.0 installed on
my machine, and I had to nuke my HD and re-install
every last weekend.  I burned my Data directory to
a CD before I formatted.  Now, I've re-installed
SQL, but I need to know how to get those files from
the CD to be recognized by the server.  If anyone can
help me, I would really appreciate it.  Thanks in advance.


Scott Wolf

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to