Click here to Skip to main content
15,891,951 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQLServer Default Database Changed Pin
Tim Carmichael7-Dec-09 7:08
Tim Carmichael7-Dec-09 7:08 
QuestionHow i can write query return the douplicate record with deffrint IDs ?! [modified] Pin
AJ Hoge6-Dec-09 22:06
AJ Hoge6-Dec-09 22:06 
AnswerRe: How i can write query return the douplicate record with feffrint IDs ?! Pin
Mycroft Holmes6-Dec-09 22:20
professionalMycroft Holmes6-Dec-09 22:20 
GeneralRe: How i can write query return the douplicate record with feffrint IDs ?! Pin
AJ Hoge6-Dec-09 23:30
AJ Hoge6-Dec-09 23:30 
AnswerRe: How i can write query return the douplicate record with deffrint IDs ?! Pin
dan!sh 6-Dec-09 22:24
professional dan!sh 6-Dec-09 22:24 
GeneralRe: How i can write query return the douplicate record with deffrint IDs ?! Pin
AJ Hoge6-Dec-09 23:39
AJ Hoge6-Dec-09 23:39 
GeneralRe: How i can write query return the douplicate record with deffrint IDs ?! Pin
dan!sh 7-Dec-09 0:06
professional dan!sh 7-Dec-09 0:06 
GeneralRe: How i can write query return the douplicate record with deffrint IDs ?! Pin
AJ Hoge7-Dec-09 0:41
AJ Hoge7-Dec-09 0:41 
you are right and i know that ! but

if i write this :
select [ID,colNames,Phone,...]from tableNamegroup by [colNames]having count(*) > 1

i will have 0 douplicate record !! , why ? because IDs for each douplicted records are different !!
and if use all columns without IDs ,i will got douplicted record without IDs.

please see the example in my question , i don't need to ignore any IDs.

could you please help me to find way?

Thanks .
GeneralRe: How i can write query return the douplicate record with deffrint IDs ?! Pin
dan!sh 7-Dec-09 1:05
professional dan!sh 7-Dec-09 1:05 
GeneralRe: How i can write query return the douplicate record with deffrint IDs ?! Pin
AJ Hoge7-Dec-09 2:05
AJ Hoge7-Dec-09 2:05 
AnswerRe: How i can write query return the douplicate record with deffrint IDs ?! Pin
Luc Pattyn7-Dec-09 0:52
sitebuilderLuc Pattyn7-Dec-09 0:52 
GeneralRe: How i can write query return the douplicate record with deffrint IDs ?! Pin
AJ Hoge7-Dec-09 1:45
AJ Hoge7-Dec-09 1:45 
AnswerRe: How i can write query return the douplicate record with deffrint IDs ?! Pin
puri keemti7-Dec-09 1:03
puri keemti7-Dec-09 1:03 
GeneralRe: How i can write query return the douplicate record with deffrint IDs ?! Pin
AJ Hoge7-Dec-09 2:12
AJ Hoge7-Dec-09 2:12 
GeneralRe: How i can write query return the douplicate record with deffrint IDs ?! [modified] Pin
Blue_Boy7-Dec-09 2:43
Blue_Boy7-Dec-09 2:43 
AnswerRe: How i can write query return the douplicate record with deffrint IDs ?! Pin
Niladri_Biswas7-Dec-09 17:33
Niladri_Biswas7-Dec-09 17:33 
QuestionValidation Rule In SQL Server 2005 Pin
hussain.attiya6-Dec-09 21:09
hussain.attiya6-Dec-09 21:09 
AnswerRe: Validation Rule In SQL Server 2005 Pin
dan!sh 6-Dec-09 21:50
professional dan!sh 6-Dec-09 21:50 
GeneralRe: Validation Rule In SQL Server 2005 Pin
hussain.attiya6-Dec-09 21:59
hussain.attiya6-Dec-09 21:59 
AnswerRe: Validation Rule In SQL Server 2005 Pin
Mycroft Holmes6-Dec-09 22:36
professionalMycroft Holmes6-Dec-09 22:36 
GeneralRe: Validation Rule In SQL Server 2005 Pin
hussain.attiya6-Dec-09 23:02
hussain.attiya6-Dec-09 23:02 
GeneralRe: Validation Rule In SQL Server 2005 Pin
Mycroft Holmes6-Dec-09 23:50
professionalMycroft Holmes6-Dec-09 23:50 
AnswerRe: Validation Rule In SQL Server 2005 Pin
puri keemti7-Dec-09 1:04
puri keemti7-Dec-09 1:04 
AnswerRe: Validation Rule In SQL Server 2005 Pin
Niladri_Biswas7-Dec-09 17:42
Niladri_Biswas7-Dec-09 17:42 
QuestionCustom sort in SQL Server Pin
Ma tju6-Dec-09 18:36
Ma tju6-Dec-09 18:36 

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.