posted 14 years ago
Hi -
useally when programmers talk about procedures in applications they are talking about stored procedures kept in the database. They typically contain logic to manipulate and edit table data .
PL/SQL is a language developed by Oracle that you can write stored procedures, triggers, and functions in.
I know little about sql server , but I am pretty certain you cannot use PL/SQL to write stored procedures or triggers
on a sql server database.
This is a very brief explanation , hope it gives some perspective.
Agad