Click here to Skip to main content
15,890,438 members
Home / Discussions / Database
   

Database

 
QuestionHow to remove the duplicate records with the old timestamp. Pin
chakran7-Dec-09 20:00
chakran7-Dec-09 20:00 
AnswerRe: How to remove the duplicate records with the old timestamp. Pin
dan!sh 7-Dec-09 20:58
professional dan!sh 7-Dec-09 20:58 
GeneralRe: How to remove the duplicate records with the old timestamp. Pin
chakran7-Dec-09 21:16
chakran7-Dec-09 21:16 
AnswerRe: How to remove the duplicate records with the old timestamp. Pin
Niladri_Biswas7-Dec-09 21:35
Niladri_Biswas7-Dec-09 21:35 
GeneralRe: How to remove the duplicate records with the old timestamp. Pin
chakran7-Dec-09 22:12
chakran7-Dec-09 22:12 
GeneralRe: How to remove the duplicate records with the old timestamp. Pin
Niladri_Biswas7-Dec-09 22:34
Niladri_Biswas7-Dec-09 22:34 
GeneralRe: How to remove the duplicate records with the old timestamp. Pin
chakran7-Dec-09 22:41
chakran7-Dec-09 22:41 
GeneralRe: How to remove the duplicate records with the old timestamp. Pin
chakran7-Dec-09 23:22
chakran7-Dec-09 23:22 
Got the solution.. below query will be workout

            DELETE T1
     FROM BugsDB_DefectVolume T1, BugsDB_DefectVolume T2
     WHERE T1.[Product ID] = T2.[Product ID]
     and T1.BugDate = T2.BugDate and T1.Timestamps < T2.Timestamps
QuestionTrigger in a certain period of time of day Pin
Member 47041437-Dec-09 19:07
Member 47041437-Dec-09 19:07 
AnswerRe: Trigger in a certain period of time of day Pin
_Damian S_7-Dec-09 19:25
professional_Damian S_7-Dec-09 19:25 
GeneralRe: Trigger in a certain period of time of day Pin
Member 47041438-Dec-09 4:09
Member 47041438-Dec-09 4:09 
QuestionSQLServer Default Database Changed Pin
Tim Carmichael7-Dec-09 5:46
Tim Carmichael7-Dec-09 5:46 
AnswerRe: SQLServer Default Database Changed Pin
loyal ginger7-Dec-09 6:03
loyal ginger7-Dec-09 6:03 
AnswerRe: SQLServer Default Database Changed Pin
David Mujica7-Dec-09 6:10
David Mujica7-Dec-09 6:10 
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 
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 

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.