Click here to Skip to main content
15,902,445 members
Home / Discussions / Database
   

Database

 
GeneralImport Data Into SQL Server 2005 Express Pin
Bassam Abdul-Baki24-Aug-06 6:36
professionalBassam Abdul-Baki24-Aug-06 6:36 
GeneralRe: Import Data Into SQL Server 2005 Express Pin
Mike Dimmick24-Aug-06 12:19
Mike Dimmick24-Aug-06 12:19 
GeneralRe: Import Data Into SQL Server 2005 Express Pin
Bassam Abdul-Baki25-Aug-06 2:49
professionalBassam Abdul-Baki25-Aug-06 2:49 
QuestionHow do I write this query? Pin
netDeveloper24-Aug-06 1:00
netDeveloper24-Aug-06 1:00 
AnswerRe: How do I write this query? Pin
Colin Angus Mackay24-Aug-06 2:17
Colin Angus Mackay24-Aug-06 2:17 
Questionexport dataset to excel?? Pin
steven_wong23-Aug-06 23:21
steven_wong23-Aug-06 23:21 
QuestionStored Proc Error help. Pin
vipinpaliwal198023-Aug-06 21:04
vipinpaliwal198023-Aug-06 21:04 
AnswerRe: Stored Proc Error help. Pin
Navi1523-Aug-06 23:34
Navi1523-Aug-06 23:34 
QuestionSql query Pls help [modified] Pin
vipinpaliwal198023-Aug-06 20:54
vipinpaliwal198023-Aug-06 20:54 
AnswerRe: Sql query Pls help Pin
Malcolm Smart23-Aug-06 21:00
Malcolm Smart23-Aug-06 21:00 
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 
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 
There has to be a unique ID (referential Intergrity 101) for you be able to delete the name. Otherwise with a general delete syntax you will delete all instances of the name. Hope this helps.


PS: You may want to add an ID column to your table so you can identify the exact record you want to delete.

Greg

Coding makes the world go round!!!

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 

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.