Results 1 to 4 of 4

Thread: problemas with SQLSERVER 7.0

  1. #1
    Join Date
    Aug 2003
    Location
    Cali - Colombia
    Posts
    2

    problemas with SQLSERVER 7.0

    hi.

    How i can recover a Database in SQLSERVER 7.0 in another server, if i have ONLY the .DAT files?

    There are not backups...

    Please help me... thanks.

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

  3. #3
    Join Date
    Sep 2002
    Posts
    5,938
    Is .dat file really your database data file? Where do you get it? It maybe db backup file.

  4. #4
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You can run

    RESTORE HEADERONLY
    FROM DISK='c:\yourfile.dat'

    If it is a backup file you will see details about the backup, if not you will see an error.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •