On Thu, 13 Jul 2000, Jason Webb wrote:

> Does anyone knoe how to get MSSQL server to see the database and include it
> in the list?

Hiya, I had to do this the other day, I include a .mdf as part of my
install set and use the following SQL command to attach the fie:

  sp_attach_single_file_db @dbname = 'mydatbase',
    @physname = 'c:\mssql7\data\mydb.mdf'

-- 
Inspired by the taste of horror, proud to be insane forever
Let out the killer in me! (c) Dismal Euphony
Now Playing: Steve Vai - I Would Love To (Live at Auckland Power Station)

---------------------------------------------------------------------------
  New Zealand Delphi Users group - Offtopic List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to