Click here to Skip to main content
15,889,034 members
Home / Discussions / Database
   

Database

 
AnswerRe: Need A MSSQL Trigger Pin
Not Active7-Feb-10 2:48
mentorNot Active7-Feb-10 2:48 
GeneralRe: Need A MSSQL Trigger Pin
idumlupinar7-Feb-10 2:54
idumlupinar7-Feb-10 2:54 
GeneralRe: Need A MSSQL Trigger Pin
Not Active7-Feb-10 2:56
mentorNot Active7-Feb-10 2:56 
GeneralRe: Need A MSSQL Trigger Pin
idumlupinar7-Feb-10 2:59
idumlupinar7-Feb-10 2:59 
GeneralRe: Need A MSSQL Trigger Pin
Not Active7-Feb-10 4:47
mentorNot Active7-Feb-10 4:47 
GeneralRe: Need A MSSQL Trigger Pin
idumlupinar7-Feb-10 4:51
idumlupinar7-Feb-10 4:51 
AnswerRe: Need A MSSQL Trigger Pin
Md. Marufuzzaman8-Feb-10 0:15
professionalMd. Marufuzzaman8-Feb-10 0:15 
QuestionSimple Table Design Question Pin
dataminers6-Feb-10 23:00
dataminers6-Feb-10 23:00 
Dictionary Table; Records in only 2 lines (for example, a table of sex: male, female) or as much as 40-50 lines and changing of future data in the table Insert / Update / Delete operations possibility of very low.

Combining these tables in a single table, Does it make sense?


For Example;

TBL_Sex
1 Male
2 Female


TBL_WorkType
1 Full-Time
2 Part-Time


TBL_BloodType
1 A Rh(+) 
2 B Rh(+) 
3 AB Rh(+) 
4 0 Rh(-) 
5 A Rh(-) 
6 B Rh(-) 
7 AB Rh(-) 
8 0 Rh(-) 


Instead of following table;

TBL_DICTIONARY

ID  GROUP      VALUE
--  -----      -----
1   Sex        Erkek 
2   Sex        Kadın 
3   WorkType   Yarım Gün 
4   WorkType   Tam Gün 
5   BloodType  A Rh(+) 
6   BloodType  B Rh(+) 
7   BloodType  AB Rh(+) 
8   BloodType  0 Rh(-) 
9   BloodType  A Rh(-) 
10  BloodType  B Rh(-) 
11  BloodType  AB Rh(-) 
12  BloodType  0 Rh(-)

AnswerRe: Simple Table Design Question Pin
Luc Pattyn7-Feb-10 2:26
sitebuilderLuc Pattyn7-Feb-10 2:26 
GeneralRe: Simple Table Design Question Pin
dataminers7-Feb-10 6:41
dataminers7-Feb-10 6:41 
AnswerRe: Simple Table Design Question Pin
Andy_L_J7-Feb-10 17:37
Andy_L_J7-Feb-10 17:37 
AnswerRe: Simple Table Design Question Pin
David Mujica8-Feb-10 5:20
David Mujica8-Feb-10 5:20 
QuestionI'm about to go nutz over here, what is it with the sql 2008 express and visual studios 2008 express that doesn't like my dataconnection? Pin
tonyonlinux6-Feb-10 16:24
tonyonlinux6-Feb-10 16:24 
AnswerRe: I'm about to go nutz over here, what is it with the sql 2008 express and visual studios 2008 express that doesn't like my dataconnection? Pin
Andy_L_J7-Feb-10 17:41
Andy_L_J7-Feb-10 17:41 
QuestionWhy is a null value still being passed to the next insert statement in this stored procedure? Pin
tonyonlinux6-Feb-10 10:11
tonyonlinux6-Feb-10 10:11 
AnswerRe: Why is a null value still being passed to the next insert statement in this stored procedure? Pin
Eddy Vluggen6-Feb-10 11:37
professionalEddy Vluggen6-Feb-10 11:37 
GeneralRe: Why is a null value still being passed to the next insert statement in this stored procedure? Pin
tonyonlinux6-Feb-10 12:13
tonyonlinux6-Feb-10 12:13 
QuestionSQLServer 2005 User Permission Pin
Tim Carmichael5-Feb-10 10:25
Tim Carmichael5-Feb-10 10:25 
AnswerRe: SQLServer 2005 User Permission Pin
Mycroft Holmes6-Feb-10 0:01
professionalMycroft Holmes6-Feb-10 0:01 
QuestionSQL express Pin
GauravKP5-Feb-10 8:11
professionalGauravKP5-Feb-10 8:11 
QuestionSQL SERVER 2008 Pin
jonhbt5-Feb-10 3:52
jonhbt5-Feb-10 3:52 
GeneralRe: SQL SERVER 2008 Pin
Tim Carmichael5-Feb-10 4:45
Tim Carmichael5-Feb-10 4:45 
GeneralRe: SQL SERVER 2008 Pin
jonhbt7-Feb-10 23:18
jonhbt7-Feb-10 23:18 
Questiondynamic sql search condition in store procedure Pin
Mogamboo_Khush_Hua4-Feb-10 20:21
Mogamboo_Khush_Hua4-Feb-10 20:21 
AnswerRe: dynamic sql search condition in store procedure Pin
Mycroft Holmes4-Feb-10 20:47
professionalMycroft Holmes4-Feb-10 20:47 

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.