Click here to Skip to main content
15,916,412 members
Home / Discussions / Database
   

Database

 
GeneralLinked Server communication throws 'MSDTC on server is unavailable' error Pin
Steven J Jowett27-Feb-08 22:57
Steven J Jowett27-Feb-08 22:57 
GeneralDifference between SQLSERVER 2000 and SQLSERVER 2005 Pin
anujose27-Feb-08 21:52
anujose27-Feb-08 21:52 
GeneralRe: Difference between SQLSERVER 2000 and SQLSERVER 2005 Pin
Giorgi Dalakishvili27-Feb-08 22:11
mentorGiorgi Dalakishvili27-Feb-08 22:11 
GeneralRe: Difference between SQLSERVER 2000 and SQLSERVER 2005 Pin
scottgp28-Feb-08 2:40
professionalscottgp28-Feb-08 2:40 
JokeRe: Difference between SQLSERVER 2000 and SQLSERVER 2005 Pin
Xmen Real 28-Feb-08 4:35
professional Xmen Real 28-Feb-08 4:35 
Questionsqlcommandbuilder.getdeletecommand Pin
rizwan127-Feb-08 20:36
rizwan127-Feb-08 20:36 
GeneralBefore Update Triggers and changing inserted recordset Pin
Leo Smith27-Feb-08 9:17
Leo Smith27-Feb-08 9:17 
GeneralRe: Before Update Triggers and changing inserted recordset Pin
pmarfleet27-Feb-08 11:09
pmarfleet27-Feb-08 11:09 
You could use an INSTEAD OF UPDATE trigger that fires when an UPDATE statement is executed against your table. The inserted table would contain details of the changes which were going to be made. You can then examine these values and execute a different UPDATE statement which either updates the fields as they were originally going to be updated, or sets fields to NULL where the value <= 1/1/1900.

Paul Marfleet

"No, his mind is not for rent
To any God or government"
Tom Sawyer - Rush


GeneralQuery Help Pin
solutionsville27-Feb-08 4:00
solutionsville27-Feb-08 4:00 
GeneralRe: Query Help Pin
pmarfleet27-Feb-08 6:25
pmarfleet27-Feb-08 6:25 
AnswerRe: Query Help Pin
solutionsville27-Feb-08 7:40
solutionsville27-Feb-08 7:40 
GeneralRe: Query Help Pin
pmarfleet27-Feb-08 7:54
pmarfleet27-Feb-08 7:54 
AnswerRe: Query Help Pin
solutionsville27-Feb-08 8:08
solutionsville27-Feb-08 8:08 
GeneralRe: Query Help Pin
Steven J Jowett28-Feb-08 3:48
Steven J Jowett28-Feb-08 3:48 
QuestionHow to get the field’s data type? Pin
bird121327-Feb-08 2:54
bird121327-Feb-08 2:54 
AnswerRe: How to get the field’s data type? Pin
pmarfleet27-Feb-08 6:31
pmarfleet27-Feb-08 6:31 
GeneralRe: How to get the field’s data type? Pin
bird121329-Feb-08 3:52
bird121329-Feb-08 3:52 
GeneralRe: How to get the field’s data type? Pin
pmarfleet29-Feb-08 10:11
pmarfleet29-Feb-08 10:11 
GeneralReturn ntext from function Pin
hemant.kaushal27-Feb-08 0:17
hemant.kaushal27-Feb-08 0:17 
GeneralRe: Return ntext from function Pin
Mel Padden27-Feb-08 0:47
Mel Padden27-Feb-08 0:47 
Questionquestion about ADO and stored procedure's return value in Oracle Pin
Green Fuze27-Feb-08 0:10
Green Fuze27-Feb-08 0:10 
Generalasp.net with c# - ado.net Pin
arya0826-Feb-08 19:03
arya0826-Feb-08 19:03 
GeneralRe: asp.net with c# - ado.net Pin
Christian Graus26-Feb-08 19:13
protectorChristian Graus26-Feb-08 19:13 
GeneralRe: asp.net with c# - ado.net Pin
arya0826-Feb-08 19:25
arya0826-Feb-08 19:25 
Generalsql Update command Error Pin
phowarso26-Feb-08 17:37
phowarso26-Feb-08 17:37 

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.