|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, March 19, 2010 3:13 AM
Points: 1,
Visits: 4
|
|
I suggest not to make use of any prefixes. Just we can use Sel_User or User_Sel This will no cause any performance issue as we are not using sp_. Also it will help us to search the SP if we have a large number of SPs say 500. If we want to make a change to user details section of our application. all SPs related to a table can be sorted out easily by starting alphabet. from there we can get the select or Get sp
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, February 01, 2013 10:48 AM
Points: 28,
Visits: 44
|
|
Hi, Any suggestions on how one can name SPs which update different columns of a same table, based on diffrenet conditions? Thanks!
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 6:44 AM
Points: 2,553,
Visits: 513
|
|
Something that uses "multiple columns", "multiple conditions" in any abbreviated form/combination that you may find makes sense in your environment?! 
I would tend to stick as closely as possible to the purpose of the procedure without having to make it into a long sentence.
**ASCII stupid question, get a stupid ANSI !!!**
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, February 01, 2013 10:48 AM
Points: 28,
Visits: 44
|
|
Thanks!
|
|
|
|