Click here to Skip to main content
15,896,444 members
Home / Discussions / Database
   

Database

 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 22:41
pmarfleet13-Jan-08 22:41 
GeneralRe: Passwrod on database Pin
Xmen Real 13-Jan-08 22:48
professional Xmen Real 13-Jan-08 22:48 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 5:27
Colin Angus Mackay14-Jan-08 5:27 
GeneralRe: Passwrod on database Pin
Xmen Real 14-Jan-08 5:46
professional Xmen Real 14-Jan-08 5:46 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 6:42
Colin Angus Mackay14-Jan-08 6:42 
GeneralRe: Passwrod on database [modified] Pin
Xmen Real 14-Jan-08 7:13
professional Xmen Real 14-Jan-08 7:13 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 9:14
Colin Angus Mackay14-Jan-08 9:14 
GeneralRe: Passwrod on database Pin
Xmen Real 14-Jan-08 13:53
professional Xmen Real 14-Jan-08 13:53 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 14:13
Colin Angus Mackay14-Jan-08 14:13 
GeneralRe: Passwrod on database [modified] Pin
Xmen Real 14-Jan-08 17:10
professional Xmen Real 14-Jan-08 17:10 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 21:49
Colin Angus Mackay14-Jan-08 21:49 
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 

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.