Click here to Skip to main content
15,914,500 members
Home / Discussions / Database
   

Database

 
GeneralRe: Simple Begin-Commit-Rollback Transaction [modified] Pin
Pete O'Hanlon25-Jul-07 4:26
mvePete O'Hanlon25-Jul-07 4:26 
Question[Message Deleted] Pin
okkishore25-Jul-07 1:27
okkishore25-Jul-07 1:27 
AnswerRe: database recovery. Pin
originSH25-Jul-07 1:34
originSH25-Jul-07 1:34 
GeneralRe: database recovery. Pin
originSH25-Jul-07 2:48
originSH25-Jul-07 2:48 
GeneralRe: database recovery. Pin
Paul Conrad25-Jul-07 9:49
professionalPaul Conrad25-Jul-07 9:49 
AnswerRe: database recovery. Pin
Paul Conrad25-Jul-07 9:51
professionalPaul Conrad25-Jul-07 9:51 
Questiondeleting duplicate rows Pin
okkishore25-Jul-07 1:13
okkishore25-Jul-07 1:13 
AnswerRe: deleting duplicate rows Pin
kubben25-Jul-07 2:01
kubben25-Jul-07 2:01 
Select all the field you are concerned about and do a group by with a having
Something like this:
Select col1, col2, col3, col4, col5 from yourTable
group by col1, col2, col3, col4, col5
having count(*) > 1

Hope that helps.
Ben
GeneralRe: deleting duplicate rows Pin
okkishore25-Jul-07 2:13
okkishore25-Jul-07 2:13 
GeneralRe: deleting duplicate rows Pin
kubben25-Jul-07 2:17
kubben25-Jul-07 2:17 
GeneralRe: deleting duplicate rows Pin
okkishore25-Jul-07 2:25
okkishore25-Jul-07 2:25 
GeneralRe: deleting duplicate rows Pin
kubben25-Jul-07 2:34
kubben25-Jul-07 2:34 
QuestionHow to insert large amount of data into column of a table Pin
yuvachandra25-Jul-07 0:47
yuvachandra25-Jul-07 0:47 
AnswerRe: How to insert large amount of data into column of a table Pin
originSH25-Jul-07 0:54
originSH25-Jul-07 0:54 
QuestionRe: How to insert large amount of data into column of a table Pin
chandragupta.k25-Jul-07 1:39
chandragupta.k25-Jul-07 1:39 
AnswerRe: How to insert large amount of data into column of a table Pin
Pete O'Hanlon25-Jul-07 1:07
mvePete O'Hanlon25-Jul-07 1:07 
QuestionRe: How to insert large amount of data into column of a table Pin
chandragupta.k25-Jul-07 1:37
chandragupta.k25-Jul-07 1:37 
QuestionSQL Server DB Problem Pin
bassrider24-Jul-07 23:08
bassrider24-Jul-07 23:08 
AnswerRe: SQL Server DB Problem Pin
blakey40425-Jul-07 2:25
blakey40425-Jul-07 2:25 
QuestionPerformance problem with large Image Pin
Tiger45624-Jul-07 22:59
Tiger45624-Jul-07 22:59 
AnswerRe: Performance problem with large Image Pin
blakey40425-Jul-07 2:26
blakey40425-Jul-07 2:26 
GeneralRe: Performance problem with large Image Pin
Tiger45625-Jul-07 18:16
Tiger45625-Jul-07 18:16 
Questionproblem with saving imagepath Pin
imranafsari24-Jul-07 19:44
imranafsari24-Jul-07 19:44 
AnswerRe: problem with saving imagepath Pin
Mike Dimmick25-Jul-07 0:19
Mike Dimmick25-Jul-07 0:19 
QuestionQuery Question [modified] Pin
Sean G. Murphy24-Jul-07 11:47
Sean G. Murphy24-Jul-07 11: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.