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 |
|
amacapaz
Starting Member
2 Posts |
Posted - 2002-08-24 : 01:51:42
|
| Is there a way to create a package in SQL just like the package in Oracle? |
|
|
LarsG
Constraint Violating Yak Guru
284 Posts |
Posted - 2002-08-24 : 16:15:51
|
| no. |
 |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2002-08-26 : 19:14:42
|
| However, you CAN call one stored procedure from another, so you can still separate code into multiple parts if you choose. |
 |
|
|
|
|
|