Click here to Skip to main content
15,892,768 members
Home / Discussions / Database
   

Database

 
GeneralPrefix 'sp' for stored procs Pin
Brady Kelly26-Mar-08 22:47
Brady Kelly26-Mar-08 22:47 
GeneralRe: Prefix 'sp' for stored procs Pin
Jammer27-Mar-08 0:02
Jammer27-Mar-08 0:02 
GeneralRe: Prefix 'sp' for stored procs Pin
Brady Kelly27-Mar-08 0:08
Brady Kelly27-Mar-08 0:08 
GeneralRe: Prefix 'sp' for stored procs Pin
pmarfleet27-Mar-08 0:10
pmarfleet27-Mar-08 0:10 
GeneralRe: Prefix 'sp' for stored procs Pin
Rob Philpott27-Mar-08 3:09
Rob Philpott27-Mar-08 3:09 
GeneralRe: Prefix 'sp' for stored procs Pin
Pete O'Hanlon27-Mar-08 3:16
mvePete O'Hanlon27-Mar-08 3:16 
GeneralRe: Prefix 'sp' for stored procs Pin
pmarfleet27-Mar-08 3:36
pmarfleet27-Mar-08 3:36 
GeneralRe: Prefix 'sp' for stored procs Pin
Brady Kelly27-Mar-08 3:54
Brady Kelly27-Mar-08 3:54 
As I said above, yy prefix is not to indicate that it is a stored procedure, but to indicate a system procedure, one which access data not changed by the business processes of the application, such as lists for drop down etc. compared to 'transactional' data inserted by application procedures, prefixed with ap.  My initial idea was these prefixes themselves prefixed with an acronym for the application name, but hosting objects for different applications in the same database is not one of my good practices.  Databases are relatively cheap, and and cohesive application should have its own database.



GeneralRe: Prefix 'sp' for stored procs Pin
Pete O'Hanlon27-Mar-08 3:56
mvePete O'Hanlon27-Mar-08 3:56 
GeneralRe: Prefix 'sp' for stored procs Pin
GuyThiebaut27-Mar-08 0:34
professionalGuyThiebaut27-Mar-08 0:34 
GeneralRe: Prefix 'sp' for stored procs Pin
Pete O'Hanlon27-Mar-08 3:14
mvePete O'Hanlon27-Mar-08 3:14 
GeneralRe: Prefix 'sp' for stored procs Pin
Rob Philpott27-Mar-08 3:56
Rob Philpott27-Mar-08 3:56 
GeneralRe: Prefix 'sp' for stored procs Pin
Christian Graus28-Mar-08 1:53
protectorChristian Graus28-Mar-08 1:53 
GeneralRe: Prefix 'sp' for stored procs Pin
Brady Kelly28-Mar-08 2:16
Brady Kelly28-Mar-08 2:16 
QuestionHow to Report a Change in DB to ApplicationS Pin
half-life26-Mar-08 20:33
half-life26-Mar-08 20:33 
AnswerRe: How to Report a Change in DB to ApplicationS Pin
Ashfield26-Mar-08 21:14
Ashfield26-Mar-08 21:14 
GeneralRe: How to Report a Change in DB to ApplicationS Pin
half-life26-Mar-08 21:29
half-life26-Mar-08 21:29 
GeneralRe: How to Report a Change in DB to ApplicationS Pin
Ashfield27-Mar-08 7:08
Ashfield27-Mar-08 7:08 
GeneralRe: How to Report a Change in DB to ApplicationS Pin
half-life27-Mar-08 9:34
half-life27-Mar-08 9:34 
Question& or + to join fields/text? Pin
myNameIsRon26-Mar-08 19:18
myNameIsRon26-Mar-08 19:18 
AnswerRe: & or + to join fields/text? Pin
Ashfield26-Mar-08 20:53
Ashfield26-Mar-08 20:53 
GeneralRe: & or + to join fields/text? Pin
myNameIsRon27-Mar-08 3:43
myNameIsRon27-Mar-08 3:43 
GeneralRe: & or + to join fields/text? Pin
Michael Potter27-Mar-08 4:04
Michael Potter27-Mar-08 4:04 
GeneralRe: & or + to join fields/text? Pin
Ashfield27-Mar-08 7:00
Ashfield27-Mar-08 7:00 
GeneralRe: & or + to join fields/text? Pin
myNameIsRon27-Mar-08 18:56
myNameIsRon27-Mar-08 18:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.