Click here to Skip to main content
15,911,315 members
Home / Discussions / Database
   

Database

 
GeneralRe: Using ADO to access SQL Server with NT Authentication Pin
jmassa0124-Sep-06 13:28
jmassa0124-Sep-06 13:28 
GeneralRe: Using ADO to access SQL Server with NT Authentication Pin
Hesham Amin26-Sep-06 0:09
Hesham Amin26-Sep-06 0:09 
AnswerRe: Using ADO to access SQL Server with NT Authentication Pin
Mike Dimmick25-Sep-06 0:26
Mike Dimmick25-Sep-06 0:26 
QuestionError when trying connect to SQl Server 2000 Pin
Areff22-Sep-06 21:00
Areff22-Sep-06 21:00 
AnswerRe: Error when trying connect to SQl Server 2000 Pin
Rob Graham23-Sep-06 3:16
Rob Graham23-Sep-06 3:16 
QuestionDesperate urge to a proffesional answer Pin
iskaza22-Sep-06 17:55
iskaza22-Sep-06 17:55 
AnswerRe: Desperate urge to a proffesional answer Pin
Rob Graham23-Sep-06 3:50
Rob Graham23-Sep-06 3:50 
QuestionRe: Desperate urge to a proffesional answer Pin
iskaza23-Sep-06 4:35
iskaza23-Sep-06 4:35 
Hey Rob, I just don't know what to say man....thank you

About your comments:

Eliminating lookup tables that have only 2 choices is reasonable, the reason why I created them because I don't have a clear idea as how much is too much normalization, I thought that even a table with two values should be separated!....but ok I'll eliminate them.

Grades here are (Excellent, Very Good, Good, Satisfactory), so would you still recommend eliminating it?

I don't understand this
Rob Graham wrote:
Avoid "mapping tables" like Resumes_fields and Resumes_languages.

These two tables are junction tables between Resumes and Fields(job/company field) and Resumes and Languages(Spoken languages) respectively.

I don't understand this:
Rob Graham wrote:
In both cases, what is probaly wanted is another tabel: Language_skillsResumeID,LanuageID,Language_proficiencyID), unless you really intend an n-to-m cross-reference (these can be difficult to maintain)


what do you mean by in both cases I need another table(Language_Skills)? and what is n-to-m cross-reference?

NoticePeriod contains values(1 week, 2 weeks,....,1 month) so is this ok to keep it or you still recommend to eliminate it and just get the value from user and put it in a varchar field in resumes/job_history?


Rob, thank you again and excuse me for being such a nag, but my resources are limited to forums, e-books, articles, and tutorials.
AnswerRe: Desperate urge to a proffesional answer [modified] Pin
Rob Graham23-Sep-06 4:57
Rob Graham23-Sep-06 4:57 
GeneralRe: Desperate urge to a proffesional answer Pin
iskaza23-Sep-06 5:34
iskaza23-Sep-06 5:34 
GeneralRe: Desperate urge to a proffesional answer Pin
Rob Graham23-Sep-06 6:02
Rob Graham23-Sep-06 6:02 
QuestionRe: Desperate urge to a proffesional answer Pin
iskaza23-Sep-06 6:37
iskaza23-Sep-06 6:37 
AnswerRe: Desperate urge to a proffesional answer Pin
Rob Graham23-Sep-06 6:54
Rob Graham23-Sep-06 6:54 
QuestionFollow up Pin
iskaza23-Sep-06 7:34
iskaza23-Sep-06 7:34 
AnswerRe: Follow up Pin
Rob Graham23-Sep-06 7:52
Rob Graham23-Sep-06 7:52 
AnswerRe: Follow up Pin
Jörgen Sigvardsson23-Sep-06 8:39
Jörgen Sigvardsson23-Sep-06 8:39 
QuestionHi by using access database and i am facing lot of problems Pin
sishya22-Sep-06 17:36
sishya22-Sep-06 17:36 
AnswerRe: Hi by using access database and i am facing lot of problems Pin
Rob Graham23-Sep-06 3:51
Rob Graham23-Sep-06 3:51 
AnswerRe: Hi by using access database and i am facing lot of problems Pin
Stephen McGuire24-Sep-06 2:16
Stephen McGuire24-Sep-06 2:16 
QuestionReferencing the PK of a table in another database Pin
iskaza22-Sep-06 6:10
iskaza22-Sep-06 6:10 
AnswerRe: Referencing the PK of a table in another database Pin
Eric Dahlvang22-Sep-06 8:32
Eric Dahlvang22-Sep-06 8:32 
QuestionC# and SQL General Strategy Question Pin
Jethro6322-Sep-06 2:41
Jethro6322-Sep-06 2:41 
AnswerRe: C# and SQL General Strategy Question Pin
Not Active22-Sep-06 2:53
mentorNot Active22-Sep-06 2:53 
GeneralRe: C# and SQL General Strategy Question Pin
Jethro6322-Sep-06 3:52
Jethro6322-Sep-06 3:52 
GeneralRe: C# and SQL General Strategy Question Pin
Not Active22-Sep-06 4:03
mentorNot Active22-Sep-06 4:03 

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.