Thursday, March 22, 2012

can i create "Package" in sql2005 like in oracle

hi all.

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

how?

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

No comments:

Post a Comment