Click here to Skip to main content
16,012,168 members
Home / Discussions / Database
   

Database

 
AnswerRe: Sql query Pls help Pin
bose_here23-Aug-06 21:17
bose_here23-Aug-06 21:17 
AnswerRe: Sql query Pls help Pin
Edbert P23-Aug-06 21:21
Edbert P23-Aug-06 21:21 
GeneralRe: Sql query Pls help Pin
Steve S23-Aug-06 22:08
Steve S23-Aug-06 22:08 
GeneralRe: Sql query Pls help Pin
Michael P Butler23-Aug-06 23:42
Michael P Butler23-Aug-06 23:42 
GeneralRe: Sql query Pls help Pin
vipinpaliwal198024-Aug-06 7:47
vipinpaliwal198024-Aug-06 7:47 
GeneralRe: Sql query Pls help Pin
_AK_24-Aug-06 23:51
_AK_24-Aug-06 23:51 
Questionremove duplicate records Pin
hublikitty23-Aug-06 20:19
hublikitty23-Aug-06 20:19 
AnswerRe: remove duplicate records [modified] Pin
BalasahebK23-Aug-06 20:53
BalasahebK23-Aug-06 20:53 
U can't delete single record when it contains its duplicate or u need its id to delete record.

U can't delete single 'asha' using query. Suppose 'asha' is under 'FNAME' column of 'testtable'

----delete testtable where FNAME='asha'
Above query will delete both records from ur testtable

To delete single record, table should contain id with respect record


-- modified at 2:54 Thursday 24th August, 2006

Balasaheb
Software Developer
Platform: Asp.net,vb.net
Database: SQL Server 2000

GeneralRe: remove duplicate records Pin
hublikitty23-Aug-06 22:54
hublikitty23-Aug-06 22:54 
GeneralRe: remove duplicate records Pin
BalasahebK23-Aug-06 23:12
BalasahebK23-Aug-06 23:12 
AnswerRe: remove duplicate records Pin
Eric Dahlvang24-Aug-06 8:14
Eric Dahlvang24-Aug-06 8:14 
AnswerRe: remove duplicate records Pin
Skanless26-Aug-06 9:02
Skanless26-Aug-06 9:02 
QuestionProblem installing SQL 2005 Express Pin
data1423-Aug-06 19:21
data1423-Aug-06 19:21 
AnswerRe: Problem installing SQL 2005 Express Pin
Jerry Hammond24-Aug-06 5:30
Jerry Hammond24-Aug-06 5:30 
GeneralRe: Problem installing SQL 2005 Express Pin
data1426-Aug-06 10:46
data1426-Aug-06 10:46 
QuestionHow to save 'Migración Líneas 1&2' in SQL SERVER 2000 Pin
BalasahebK23-Aug-06 18:33
BalasahebK23-Aug-06 18:33 
AnswerRe: How to save 'Migración Líneas 1&2' in SQL SERVER 2000 Pin
Colin Angus Mackay23-Aug-06 22:36
Colin Angus Mackay23-Aug-06 22:36 
GeneralRe: How to save 'Migración Líneas 1&2' in SQL SERVER 2000 [modified] Pin
BalasahebK23-Aug-06 23:07
BalasahebK23-Aug-06 23:07 
GeneralRe: How to save 'Migración Líneas 1&2' in SQL SERVER 2000 Pin
Colin Angus Mackay24-Aug-06 5:24
Colin Angus Mackay24-Aug-06 5:24 
AnswerRe: How to save 'Migración Líneas 1&2' in SQL SERVER 2000 Pin
Mike Dimmick24-Aug-06 0:11
Mike Dimmick24-Aug-06 0:11 
GeneralRe: How to save 'Migración Líneas 1&2' in SQL SERVER 2000 [modified] Pin
BalasahebK24-Aug-06 0:58
BalasahebK24-Aug-06 0:58 
QuestionOledbparameter names with spaces Pin
GrindEspresso23-Aug-06 14:48
GrindEspresso23-Aug-06 14:48 
AnswerRe: Oledbparameter names with spaces Pin
Navi1523-Aug-06 19:03
Navi1523-Aug-06 19:03 
GeneralRe: Oledbparameter names with spaces Pin
GrindEspresso23-Aug-06 21:09
GrindEspresso23-Aug-06 21:09 
QuestionWhat is the simplest statement to insert a bitmap into Image column? Pin
pedestrian79723-Aug-06 13:55
pedestrian79723-Aug-06 13:55 

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.