Aktuelle Änderungen Printable View Änderungen Bearbeiten
SimonPeytonJones > SlickRun > AppLauncher > SmartPointer > SnakesAndRubies > WebApplications > SoftwareArcheology > SoftwareEntwicklung > SoftwareDevelopment > SpielzeugAusBambus > Spyce > Stack > Heap > StatementsAndExpressions > StaticVsDynamicTypingArguments > StevenLevy > StoredProceduresClear TrailA stored procedure (sometimes called a sproc) is a program (or procedure) which is physically stored within a database. The exact implementation of a stored procedure varies from one database to another. In most cases however, stored procedures allow for an API to be defined for a database, rather than having a client application interact with the tables and other database objects directly.