Click here to Skip to main content
15,921,250 members
Home / Discussions / Database
   

Database

 
QuestionProblem with distributed transaction Pin
MasudM23-Nov-06 6:29
MasudM23-Nov-06 6:29 
AnswerRe: Problem with distributed transaction Pin
Pete O'Hanlon24-Nov-06 2:18
mvePete O'Hanlon24-Nov-06 2:18 
GeneralRe: Problem with distributed transaction Pin
MasudM24-Nov-06 3:12
MasudM24-Nov-06 3:12 
QuestionDelete Pin
aaraaayen23-Nov-06 0:34
aaraaayen23-Nov-06 0:34 
AnswerRe: Delete Pin
Pete O'Hanlon23-Nov-06 1:40
mvePete O'Hanlon23-Nov-06 1:40 
GeneralRe: Delete Pin
Russell Jones23-Nov-06 4:42
Russell Jones23-Nov-06 4:42 
GeneralRe: Delete Pin
i.j.russell24-Nov-06 9:35
i.j.russell24-Nov-06 9:35 
AnswerRe: Delete Pin
albCode23-Nov-06 5:19
albCode23-Nov-06 5:19 
declare @ID as int<br />
set @ID=41 --instad 41 use parameter<br />
DELETE FROM contact WHERE ID =@ID<br />
DELETE FROM addressWHERE ID =@ID



"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates

AnswerRe: Delete Pin
Ritwik Sanyal26-Nov-06 23:36
Ritwik Sanyal26-Nov-06 23:36 
QuestionSql Server 2005 - Administration - Full Text [modified] Pin
gandalf_le_blanc22-Nov-06 22:25
gandalf_le_blanc22-Nov-06 22:25 
Questionre:table creation n sql & Triggers Pin
rrrriiizz22-Nov-06 21:51
rrrriiizz22-Nov-06 21:51 
AnswerRe: re:table creation n sql & Triggers Pin
Colin Angus Mackay23-Nov-06 0:28
Colin Angus Mackay23-Nov-06 0:28 
QuestionUPDATE Pin
thathvamsi22-Nov-06 21:13
thathvamsi22-Nov-06 21:13 
AnswerRe: UPDATE Pin
G.Meena24-Nov-06 1:34
G.Meena24-Nov-06 1:34 
QuestionSend Null value to stored procedure with old ASP Pin
web12master22-Nov-06 21:11
web12master22-Nov-06 21:11 
Questionhow can i build an interface to my database Pin
undercharm22-Nov-06 20:38
undercharm22-Nov-06 20:38 
AnswerRe: how can i build an interface to my database Pin
Colin Angus Mackay23-Nov-06 0:26
Colin Angus Mackay23-Nov-06 0:26 
QuestionExporting Tables From OneDatabase To another Database Pin
Laji5922-Nov-06 18:44
Laji5922-Nov-06 18:44 
AnswerRe: Exporting Tables From OneDatabase To another Database Pin
Pete O'Hanlon23-Nov-06 4:12
mvePete O'Hanlon23-Nov-06 4:12 
QuestionHow to filter this kind of data ? Pin
cheeken2u22-Nov-06 18:26
cheeken2u22-Nov-06 18:26 
AnswerRe: How to filter this kind of data ? Pin
Anshuman Singh22-Nov-06 18:48
Anshuman Singh22-Nov-06 18:48 
GeneralRe: How to filter this kind of data ? Pin
cheeken2u22-Nov-06 19:02
cheeken2u22-Nov-06 19:02 
AnswerRe: How to filter this kind of data ? Pin
Rob Graham23-Nov-06 6:39
Rob Graham23-Nov-06 6:39 
QuestionHow to Querying Document Properties from Full Text Catalogs in Sql Server 2005 Pin
fenil jacob22-Nov-06 18:21
fenil jacob22-Nov-06 18:21 
Questionhow can i read the wave file into a byte array? in c# Pin
zabota22-Nov-06 17:20
zabota22-Nov-06 17:20 

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.