Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-04-14 : 22:04:50
|
| Ivan writes "There is a simple method to generate a script of a set stored procedure in the correct dependency order?" |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2002-04-15 : 20:50:12
|
| Unlike in Oracle packages, SQL Server stored procedures do not really have a dependency order in which they need to be compiled.------------------------GENERAL-ly speaking... |
 |
|
|
|
|
|