Definitions

from Wiktionary, Creative Commons Attribution/Share-Alike License.

  • noun Shortened form of stored procedure.

Etymologies

Sorry, no etymologies found.

Support

Help support Wordnik (and make this page ad-free) by adopting the word sproc.

Examples

  • I am writing a sproc (OuterSproc) that calls another sproc (InnerSproc).

    ASP.NET Forums Dovdimus Prime 2009

  • Properties marked with a ConcurrencyModeof "Fixed" If the entity is mapped to a stored procedure for an update, then all properties are "required original values" because the sproc allows passing in all current values and all original values

    Site Home dpblogs 2011

  • I had the same problem as the first person in the thread (a sproc with a result set and one or more output params), and my solution was the same as for kvikasilfur.

    ASP.NET Forums gilberk 2010

  • If you do use core ado. net to do it and get back a DataReader, though, then you can use Translate to transform results from the sproc into entities or the like …

    ASP.NET Community Spotlight 2010

  • Where should this logic reside? sproc/View (somehow)/asp codebehind Linq?

    ASP.NET Forums 2010

  • SLOptions and aliased it as "slop", now I have to develop a sproc for PLOptions ..

    Geekswithblogs.net 2010

  • In his application, a SQL temp table was opened and filled via a stored procedure call using code similar to: local long l_ReturnCode, l_ErrorCode; local string sTableName; sTableName = Table_GetOSName (table myTempTable); call sproc "coFillSQLTempTable", l_ReturnCode, sTableName, param1, param2, l_ErrorCode;

    Site Home 2010

  • I'd ask if it is a requirement to retrieve 50k rows from that sproc at once.

    Site Root David L. Penton 2010

  • Line 30: 'Execute the sproc Line 31: myConnection.

    ASP.NET Forums 2009

  • I am having a trouble creating my sproc for Searching the tables.

    unknown title 2009

Comments

Log in or sign up to get involved in the conversation. It's quick and easy.