There is no such things as Oracle Packages in SQL server. In a SQL Server database, you can have a
number of stored procedures. You might be able to use some naming convention to separate logically
grouped procedures from another. But that is about it, I'm afraid.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ [quoted text, click to view] "MAS" <MAS@discussions.microsoft.com> wrote in message
news:9577FDC3-8330-4FC7-B895-A5CD8BB60D8C@microsoft.com...
> Uri,
> Actually no. What I'm trying to do is to group a set of procedures in a
> single package. This package will have global variables than can be set and
> used by the package stored procedure
>
> "Uri Dimant" wrote:
>
> > MAS
> > I am not familiar with Oracle. Are you talkin about to run the DTS package
> > from stored procedure that is accepted a parameter for global variable?
> >
> >
> >
> >
> > "MAS" <MAS@discussions.microsoft.com> wrote in message
> > news:EA72382F-23DE-4E0B-9E42-FC34E4C60CF7@microsoft.com...
> > > Dear All,
> > > Is there a way to package stored procedures and functions with global
> > > variables in a way that is simiar to Oracle's Packages?
> > > Thank you,
> > > M. A. S.
> >
> >
> >