Click here to Skip to main content
15,915,873 members
Home / Discussions / Database
   

Database

 
GeneralRe: clarification Pin
Hema Bairavan2-Jan-10 17:36
Hema Bairavan2-Jan-10 17:36 
QuestionRequire StoredProc Pin
yadlaprasad31-Dec-09 22:00
yadlaprasad31-Dec-09 22:00 
AnswerRe: Require StoredProc Pin
Blue_Boy31-Dec-09 22:16
Blue_Boy31-Dec-09 22:16 
AnswerRe: Require StoredProc Pin
yadlaprasad31-Dec-09 22:20
yadlaprasad31-Dec-09 22:20 
GeneralRe: Require StoredProc Pin
Blue_Boy31-Dec-09 22:33
Blue_Boy31-Dec-09 22:33 
AnswerRe: Require StoredProc Pin
Niladri_Biswas3-Jan-10 15:27
Niladri_Biswas3-Jan-10 15:27 
QuestionLooking for field name standards documents Pin
Ray Cassick31-Dec-09 21:54
Ray Cassick31-Dec-09 21:54 
AnswerRe: Looking for field name standards documents Pin
Eddy Vluggen2-Jan-10 7:27
professionalEddy Vluggen2-Jan-10 7:27 
Ray Cassick wrote:
Things that address naming conventions across various industry\business segments so that I can look to normalize a set of tables for a generalized system that could cross industry boundaries and still manage to keep some standardization across industry expectations would be great.


Probably not what you expected, but I'd go for English. No systems hungarian, just a short name in a single language. Now, a fieldname is rarely self-descriptive, so it would be a good idea to keep a list with the fieldnames along with their descriptions. That way you can make sure that everybody knows what you mean when you refer to a "client".

A good description should be self-explanatory to readers who have no specific knowledge of either domain. That requires a definition of the fields' contents in such a way that it's not going to be confusing to the reader, whether it's a programmer thinking about sockets or an enduser thinking about leads - it should be clear from the documentation of the design what a "client" is. Your goal would be to remove any possible ambiguity.

MSDN[^] would be a general pointer. It would also help if you use a standard-unit of measurement, where possible.

--edit--
SQL is case-insensitive, hence no recommendations on the use of camelCasing and the like Smile | :)

I are Troll Suspicious | :suss:

QuestionUsing Stored Procedures as a field (SQL Server 2008) Pin
willempipi31-Dec-09 0:34
willempipi31-Dec-09 0:34 
AnswerRe: Using Stored Procedures as a field (SQL Server 2008) Pin
Corporal Agarn31-Dec-09 0:59
professionalCorporal Agarn31-Dec-09 0:59 
GeneralRe: Using Stored Procedures as a field (SQL Server 2008) Pin
willempipi31-Dec-09 1:30
willempipi31-Dec-09 1:30 
GeneralRe: Using Stored Procedures as a field (SQL Server 2008) Pin
Corporal Agarn31-Dec-09 2:27
professionalCorporal Agarn31-Dec-09 2:27 
AnswerRe: Using Stored Procedures as a field (SQL Server 2008) Pin
willempipi31-Dec-09 2:17
willempipi31-Dec-09 2:17 
GeneralRe: Using Stored Procedures as a field (SQL Server 2008) Pin
Corporal Agarn31-Dec-09 2:29
professionalCorporal Agarn31-Dec-09 2:29 
QuestionSQL Server Simultaneous Update with WHERE EXISTS Pin
c0der200930-Dec-09 22:14
c0der200930-Dec-09 22:14 
AnswerRe: SQL Server Simultaneous Update with WHERE EXISTS Pin
c0der200930-Dec-09 23:51
c0der200930-Dec-09 23:51 
QuestionConnection string loaded from config file Pin
Nigel Mackay30-Dec-09 18:44
Nigel Mackay30-Dec-09 18:44 
AnswerRe: Connection string loaded from config file Pin
Eddy Vluggen31-Dec-09 4:59
professionalEddy Vluggen31-Dec-09 4:59 
GeneralRe: Connection string loaded from config file Pin
Nigel Mackay31-Dec-09 19:32
Nigel Mackay31-Dec-09 19:32 
QuestionSQL Server 2005 Express edition Registration. Pin
TinyDevices30-Dec-09 1:41
professionalTinyDevices30-Dec-09 1:41 
AnswerRe: SQL Server 2005 Express edition Registration. Pin
Andy_L_J30-Dec-09 3:23
Andy_L_J30-Dec-09 3:23 
GeneralRe: SQL Server 2005 Express edition Registration. Pin
TinyDevices30-Dec-09 19:32
professionalTinyDevices30-Dec-09 19:32 
AnswerRe: SQL Server 2005 Express edition Registration. Pin
Eddy Vluggen30-Dec-09 6:04
professionalEddy Vluggen30-Dec-09 6:04 
GeneralRe: SQL Server 2005 Express edition Registration. Pin
TinyDevices30-Dec-09 19:34
professionalTinyDevices30-Dec-09 19:34 
QuestionRe: SQL Server 2005 Express edition Registration. Pin
Eddy Vluggen31-Dec-09 5:02
professionalEddy Vluggen31-Dec-09 5:02 

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.