Mssql Stored procedures

Discussion in 'Databases' started by weknowtheworld, Dec 21, 2006.

  1. #1
    Hello,

    Can anyone have used Mssql Stored Procedures.. what is it, waht are it's advantages.. etc...

    Thanks in advance!!
     
    weknowtheworld, Dec 21, 2006 IP
  2. daboss

    daboss Guest

    Messages:
    2,249
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #2
    stored procedures are t-sql statements that are stored at the server. these can be as simple as a select statement or very complex statements that uses multiple joins and regular expressions.

    mssql stores these procedures in a manner that is very efficient and can provide much much better performance as compared to being called via a client.
     
    daboss, Dec 21, 2006 IP
  3. wmstlxl

    wmstlxl Peon

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    stored procedures is quick and easy to modify
     
    wmstlxl, Dec 25, 2006 IP