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

Database

 
GeneralRe: Dynamic SQL Help Pin
J4amieC9-Sep-09 3:30
J4amieC9-Sep-09 3:30 
GeneralRe: Dynamic SQL Help Pin
Mycroft Holmes9-Sep-09 12:36
professionalMycroft Holmes9-Sep-09 12:36 
QuestionReplication error sql server 2005 Pin
ME_Learner8-Sep-09 3:41
ME_Learner8-Sep-09 3:41 
Questionhow to give permission to an ip to connec to sql server 2005 which is not in the domain Pin
prasadbuddhika7-Sep-09 20:58
prasadbuddhika7-Sep-09 20:58 
AnswerRe: how to give permission to an ip to connec to sql server 2005 which is not in the domain Pin
Mycroft Holmes8-Sep-09 12:23
professionalMycroft Holmes8-Sep-09 12:23 
Questionlist of unmatched countries from multiple tables using sql server Pin
teja.murali6-Sep-09 20:13
teja.murali6-Sep-09 20:13 
AnswerRe: list of unmatched countries from multiple tables using sql server Pin
Mycroft Holmes6-Sep-09 20:46
professionalMycroft Holmes6-Sep-09 20:46 
AnswerRe: list of unmatched countries from multiple tables using sql server Pin
εїзεїзεїз6-Sep-09 20:47
εїзεїзεїз6-Sep-09 20:47 
i will not talk about Normalization here and will post only regarding your question only
try to use "NOT IN " in query


select ID from T_country where id not in (select ID from P_country)


if you dont have any keys then use the common fields exists in both the tables like in your case you can use Country Name but will not recommend you makes query so slow try to use any numeric fields

and you can also use not equal join



Best Of Regards,
SOFTDEV
Sad like books with torn pages, sad like unfinished stories ...

QuestionProblem to configuring reporting services Pin
hdv2126-Sep-09 4:47
hdv2126-Sep-09 4:47 
QuestionIMPORT DBF File into SQL 2000 Pin
Member 46502876-Sep-09 0:33
Member 46502876-Sep-09 0:33 
AnswerRe: IMPORT DBF File into SQL 2000 Pin
εїзεїзεїз6-Sep-09 20:39
εїзεїзεїз6-Sep-09 20:39 
GeneralRe: IMPORT DBF File into SQL 2000 Pin
Member 46502877-Sep-09 0:31
Member 46502877-Sep-09 0:31 
GeneralRe: IMPORT DBF File into SQL 2000 Pin
εїзεїзεїз7-Sep-09 6:08
εїзεїзεїз7-Sep-09 6:08 
QuestionTrigger not firing in SQL Server 2000 Pin
debsoft755-Sep-09 19:29
debsoft755-Sep-09 19:29 
AnswerRe: Trigger not firing in SQL Server 2000 Pin
Abhishek Sur6-Sep-09 0:05
professionalAbhishek Sur6-Sep-09 0:05 
QuestionSQL Server FDHOST Pin
mhh1125-Sep-09 5:48
mhh1125-Sep-09 5:48 
QuestionDynamic Report Generator Framework Design using XML and C# [modified] Pin
RK KL5-Sep-09 3:30
RK KL5-Sep-09 3:30 
AnswerRe: Dynamic Report Generator Framework Design using XML and C# Pin
Mycroft Holmes5-Sep-09 13:08
professionalMycroft Holmes5-Sep-09 13:08 
GeneralRe: Dynamic Report Generator Framework Design using XML and C# Pin
RK KL5-Sep-09 13:50
RK KL5-Sep-09 13:50 
QuestionManaging Database Updates Pin
Phillip Donegan3-Sep-09 23:19
Phillip Donegan3-Sep-09 23:19 
AnswerRe: Managing Database Updates Pin
Johan Hakkesteegt4-Sep-09 3:15
Johan Hakkesteegt4-Sep-09 3:15 
GeneralRe: Managing Database Updates Pin
Phillip Donegan4-Sep-09 3:30
Phillip Donegan4-Sep-09 3:30 
GeneralRe: Managing Database Updates Pin
Johan Hakkesteegt4-Sep-09 3:41
Johan Hakkesteegt4-Sep-09 3:41 
AnswerRe: Managing Database Updates Pin
Mycroft Holmes5-Sep-09 13:18
professionalMycroft Holmes5-Sep-09 13:18 
GeneralRe: Managing Database Updates Pin
Phillip Donegan6-Sep-09 22:19
Phillip Donegan6-Sep-09 22:19 

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.