Results 1 to 2 of 2

Thread: how to get all database schema?

  1. #1
    Join Date
    Sep 2005
    Posts
    1

    how to get all database schema?

    hello,

    here is my problem.
    I have to rebuild database after crash. there is no backup. So
    I did a bcp to get data from. But I do not have the original database so my question is how to get the full schema off the data base, tables,colomns,stored procedures etc...

    thanks lot for any help.

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Do you still have .mdf and .ldf files? If so, you can attach them. If not, nothing you can do unless you scripted db before and saved the script somewhere.

Posting Permissions

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