Attach/Detach DB equivalent in SQL Server 7.0

  • I have a SQL Server 7.0. I wish to move the secondary data files associated with a huge database to another drive with more space. This is pretty straightfoward in SQL Server 2000 by doing detach/attach DB.

    How do I accomplish this in SQL Server 7.0?

  • Exactly the same!

    sp_attach_db and sp_detach_db exist in SQL 7.0 as well.


    Kindest Regards,

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply