shimshon


hi all.

can i create "Package" in sql2005 like i have in oracle, inorder to keep several s.proc's organized

how





Re: can i create "Package" in sql2005 like in oracle

Konstantin Kosinsky


You could create Schema and place all desired stored procedures into with schema. As result you could call by YourSchema.usp_YourStoredProcedure.