Click here to Skip to main content
15,924,901 members
Home / Discussions / Database
   

Database

 
QuestionMySQL 5.0 and SQL Server 2000 on same box Pin
mcljava19-Mar-06 18:11
mcljava19-Mar-06 18:11 
AnswerRe: MySQL 5.0 and SQL Server 2000 on same box Pin
CWIZO20-Mar-06 1:17
CWIZO20-Mar-06 1:17 
GeneralRe: MySQL 5.0 and SQL Server 2000 on same box Pin
Paul Conrad20-Mar-06 10:31
professionalPaul Conrad20-Mar-06 10:31 
GeneralRe: MySQL 5.0 and SQL Server 2000 on same box Pin
mcljava20-Mar-06 12:40
mcljava20-Mar-06 12:40 
QuestionSQL Sort & Group Pin
munklefish19-Mar-06 8:56
munklefish19-Mar-06 8:56 
AnswerRe: SQL Sort & Group Pin
nguyenvhn19-Mar-06 23:36
nguyenvhn19-Mar-06 23:36 
GeneralRe: SQL Sort & Group Pin
munklefish20-Mar-06 6:10
munklefish20-Mar-06 6:10 
GeneralRe: SQL Sort & Group Pin
nguyenvhn20-Mar-06 21:05
nguyenvhn20-Mar-06 21:05 
SELECT a.*, b.* FROM Contacts AS a, (SELECT Email, COUNT(Email) AS NumOccurrences FROM Contacts GROUP BY Email HAVING NumOccurrences > 1) AS b WHERE a.Email=b.Email

Also, I dont really understand what you mean. So hope that work

GeneralRe: SQL Sort & Group Pin
munklefish21-Mar-06 0:07
munklefish21-Mar-06 0:07 
GeneralRe: SQL Sort & Group Pin
nguyenvhn21-Mar-06 23:11
nguyenvhn21-Mar-06 23:11 
GeneralRe: SQL Sort & Group Pin
munklefish22-Mar-06 0:19
munklefish22-Mar-06 0:19 
QuestionUpdating Database ... Its Urgent Pin
Amit R19-Mar-06 4:15
Amit R19-Mar-06 4:15 
QuestionSending Message to user editing record Pin
Amit R19-Mar-06 1:04
Amit R19-Mar-06 1:04 
QuestionIs there any Sql command to Backup and restore sql database? Pin
anant iyer18-Mar-06 21:02
anant iyer18-Mar-06 21:02 
AnswerRe: Is there any Sql command to Backup and restore sql database? Pin
Danilo Corallo19-Mar-06 0:56
Danilo Corallo19-Mar-06 0:56 
AnswerRe: Is there any Sql command to Backup and restore sql database? Pin
Beemen19-Mar-06 4:49
Beemen19-Mar-06 4:49 
GeneralRe: Is there any Sql command to Backup and restore sql database? Pin
anant iyer20-Mar-06 23:20
anant iyer20-Mar-06 23:20 
AnswerRe: ADO.Net Example Pin
anant iyer18-Mar-06 20:55
anant iyer18-Mar-06 20:55 
QuestionRow intervall Pin
nixter99918-Mar-06 1:53
nixter99918-Mar-06 1:53 
AnswerRe: Row intervall Pin
goyal manish19-Mar-06 17:44
goyal manish19-Mar-06 17:44 
QuestionHow do you import a CSV file into MS SQL? Pin
mcljava17-Mar-06 18:47
mcljava17-Mar-06 18:47 
AnswerRe: How do you import a CSV file into MS SQL? Pin
Mike Dimmick18-Mar-06 11:17
Mike Dimmick18-Mar-06 11:17 
AnswerRe: How do you import a CSV file into MS SQL? Pin
Jorge Novo18-Mar-06 15:19
Jorge Novo18-Mar-06 15:19 
GeneralRe: How do you import a CSV file into MS SQL? Pin
mcljava19-Mar-06 18:02
mcljava19-Mar-06 18:02 
QuestionCrystal Reports.NET, Push method, Login failed Pin
Glenn E. Lanier II17-Mar-06 9:27
Glenn E. Lanier II17-Mar-06 9:27 

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.