Hi there,
Stored procedures are not stored in files, but inside the database. In SQL Server, for example, you'll find them under the Stored Procedures node of the database.
You can script them to a source file (usually with an .SQL extension, but since they are just plain text, anything will do) but that will just hold the source code of the procedure. They won't work or can be accessed outside the database environment.
In what environment are you trying to use stored procedures?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|