Hi,
I am trying to reverse engineer the data model from a sql server 2005 database. The problem that I am running into is that it gets stuck while running the “reversing procedures” command and does not execute at all.
When I try and execute it for only Tables and views, it doesn’t even complete that portion. I am really out of ideas on what needs to be done so as to generate the model from sql server.
I validated, that i can run the command sp_helptext and see the text for the corresponding procedures from the database.
Can someone please point pointers, where I should be looking to fix this problem ?
Thanks