Click here to Skip to main content
15,887,485 members
Home / Discussions / Database
   

Database

 
QuestionSearch And Html Tag ???? Pin
god4k13-Jan-08 4:29
god4k13-Jan-08 4:29 
AnswerRe: Search And Html Tag ???? Pin
pmarfleet13-Jan-08 7:03
pmarfleet13-Jan-08 7:03 
GeneralRe: Search And Html Tag ???? Pin
Paul Conrad13-Jan-08 7:11
professionalPaul Conrad13-Jan-08 7:11 
GeneralRe: Search And Html Tag ???? Pin
god4k13-Jan-08 15:17
god4k13-Jan-08 15:17 
GeneralRe: Search And Html Tag ???? Pin
pmarfleet13-Jan-08 19:31
pmarfleet13-Jan-08 19:31 
GeneralDelete SQL Pin
simworld12-Jan-08 8:50
simworld12-Jan-08 8:50 
GeneralRe: Delete SQL Pin
Mike Dimmick12-Jan-08 9:57
Mike Dimmick12-Jan-08 9:57 
GeneralRe: Delete SQL Pin
Paul Conrad19-Jan-08 7:12
professionalPaul Conrad19-Jan-08 7:12 
You can only delete from one table at a time. If you want to delete from more than one at a time, using only one command, then try using a stored procedure that executes the individual table deletes in one call.

---modified

If there is a relationship between table1 and table2 with uid, then you could always setup a cascading delete based on that field.



"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon


QuestionHow to resolve SQL Server Remote Connectivity Error Pin
sami_pak12-Jan-08 0:45
sami_pak12-Jan-08 0:45 
AnswerRe: How to resolve SQL Server Remote Connectivity Error Pin
pmarfleet12-Jan-08 1:25
pmarfleet12-Jan-08 1:25 
GeneralNeed Stored Procedure help Pin
Saiyed Alam11-Jan-08 18:49
Saiyed Alam11-Jan-08 18:49 
GeneralRe: Need Stored Procedure help Pin
pmarfleet11-Jan-08 22:30
pmarfleet11-Jan-08 22:30 
GeneralRe: Need Stored Procedure help Pin
Paul Conrad19-Jan-08 7:13
professionalPaul Conrad19-Jan-08 7:13 
GeneralQuestion about DBCC SHRINKDATABASE() Pin
Xmen Real 11-Jan-08 15:22
professional Xmen Real 11-Jan-08 15:22 
Generaldatabase connection using access database Pin
mon***z11-Jan-08 0:33
mon***z11-Jan-08 0:33 
GeneralRe: database connection using access database Pin
pmarfleet11-Jan-08 1:49
pmarfleet11-Jan-08 1:49 
GeneralRe: database connection using access database Pin
Pete O'Hanlon11-Jan-08 2:58
mvePete O'Hanlon11-Jan-08 2:58 
GeneralRe: database connection using access database Pin
pmarfleet11-Jan-08 3:03
pmarfleet11-Jan-08 3:03 
GeneralMSSQL: removing semi-duplicate entries Pin
ruanr10-Jan-08 22:35
ruanr10-Jan-08 22:35 
GeneralRe: MSSQL: removing semi-duplicate entries Pin
Michael Potter11-Jan-08 11:32
Michael Potter11-Jan-08 11:32 
GeneralLinq to SQL - Writing a generic "GetObjectFromId" method Pin
Dominic Pettifer10-Jan-08 5:20
Dominic Pettifer10-Jan-08 5:20 
GeneralRe: Linq to SQL - Writing a generic "GetObjectFromId" method Pin
Mark Churchill10-Jan-08 13:15
Mark Churchill10-Jan-08 13:15 
GeneralRe: Linq to SQL - Writing a generic "GetObjectFromId" method Pin
Pete O'Hanlon10-Jan-08 21:43
mvePete O'Hanlon10-Jan-08 21:43 
GeneralRe: Linq to SQL - Writing a generic "GetObjectFromId" method Pin
Mark Churchill12-Jan-08 4:30
Mark Churchill12-Jan-08 4:30 
GeneralConditional Index Usage Pin
gnjunge10-Jan-08 3:40
gnjunge10-Jan-08 3:40 

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.