Book a Demo

Author Topic: Modeling SQL Server Stored Procedures  (Read 2621 times)

Codesmith

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
  • Yo
    • View Profile
Modeling SQL Server Stored Procedures
« on: December 01, 2005, 12:09:53 pm »
  I just reverse engineered some stored procedures.  They show up in the Project with all the important data. ;D

My Problem is that I don't know what to do with them now.  How do I get them into a Diagram/ Model element?


Hans

  • EA User
  • **
  • Posts: 78
  • Karma: +0/-0
    • View Profile
Re: Modeling SQL Server Stored Procedures
« Reply #1 on: December 04, 2005, 06:30:11 am »
Hi CodeSmith,

You wrote:
"My Problem is that I don't know what to do with them now..."

Just because of this, I wouldn't have reenginered them at all.
I doubt there is any sense to that besides overdoing things.

Greetings
Hans

Codesmith

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
  • Yo
    • View Profile
Re: Modeling SQL Server Stored Procedures
« Reply #2 on: December 05, 2005, 08:51:31 am »
You might be right  ;)
But in this case I am creating Stored Procedures that are dependant on other Stored Procedures.  

So I want to see the relationships graphically. Also I think it would be great to be able to design new Stored Procedures in this environment.

Do you do much DB programming?