Click here to Skip to main content
15,915,094 members
Home / Discussions / Database
   

Database

 
GeneralRe: MSDE server performance question Pin
Mark Smithson17-Apr-03 8:22
Mark Smithson17-Apr-03 8:22 
GeneralRe: MSDE server performance question Pin
Member 9617-Apr-03 8:51
Member 9617-Apr-03 8:51 
GeneralRe: MSDE server performance question Pin
andyharman18-Apr-03 4:07
professionalandyharman18-Apr-03 4:07 
GeneralRe: MSDE server performance question Pin
Member 9619-Apr-03 18:08
Member 9619-Apr-03 18:08 
QuestionSQL Server Insert and trigger question? Pin
Bart-Man17-Apr-03 4:57
Bart-Man17-Apr-03 4:57 
AnswerRe: SQL Server Insert and trigger question? Pin
Chris Meech17-Apr-03 7:47
Chris Meech17-Apr-03 7:47 
GeneralRe: SQL Server Insert and trigger question? Pin
Bart-Man17-Apr-03 9:48
Bart-Man17-Apr-03 9:48 
GeneralRe: SQL Server Insert and trigger question? Pin
Chris Meech17-Apr-03 10:06
Chris Meech17-Apr-03 10:06 
Not sure if this will help but in Oracle, you have pre-defined two variables called 'new' and 'old'. The use of them is like so
create or replace trigger transaction_create_date
  before insert on transaction_table
  for each row

begin

  :new.create_date        :=  sysdate;
  :new.modification_date  :=  :new.create_date;

...


Chris Meech

"what makes CP different is the people and sense of community, things people will only discover if they join up and join in." Christian Graus Nov 14, 2002.

"Microsoft hasn't ever enforced its patents. Apparently they keep them for defensive reasons only. Or, they could be waiting 'til they have a critical mass of patents, enforce them all at once and win the game of Risk that they're playing with the world." Chris Sells Feb 18, 2003.
GeneralRe: SQL Server Insert and trigger question? Pin
Bart-Man17-Apr-03 10:43
Bart-Man17-Apr-03 10:43 
GeneralSQL problem Pin
John-theKing16-Apr-03 21:53
John-theKing16-Apr-03 21:53 
GeneralRe: SQL problem Pin
Richard Deeming16-Apr-03 23:22
mveRichard Deeming16-Apr-03 23:22 
QuestionHow to rename a table in a database? Pin
Paul Selormey16-Apr-03 20:02
Paul Selormey16-Apr-03 20:02 
AnswerRe: How to rename a table in a database? Pin
DiWa16-Apr-03 21:28
DiWa16-Apr-03 21:28 
GeneralRe: How to rename a table in a database? Pin
Paul Selormey17-Apr-03 0:51
Paul Selormey17-Apr-03 0:51 
GeneralRe: How to rename a table in a database? Pin
Paul Selormey17-Apr-03 1:50
Paul Selormey17-Apr-03 1:50 
GeneralRe: How to rename a table in a database? Pin
DiWa17-Apr-03 2:44
DiWa17-Apr-03 2:44 
GeneralRe: How to rename a table in a database? Pin
Paul Selormey17-Apr-03 3:18
Paul Selormey17-Apr-03 3:18 
AnswerRe: How to rename a table in a database? Pin
Bruce Duncan17-Apr-03 1:14
Bruce Duncan17-Apr-03 1:14 
GeneralRe: How to rename a table in a database? Pin
Paul Selormey17-Apr-03 1:20
Paul Selormey17-Apr-03 1:20 
GeneralSQL Server AND Access Pin
theJazzyBrain16-Apr-03 13:13
theJazzyBrain16-Apr-03 13:13 
GeneralRe: SQL Server AND Access Pin
Paul Selormey17-Apr-03 0:55
Paul Selormey17-Apr-03 0:55 
GeneralRe: SQL Server AND Access Pin
theJazzyBrain17-Apr-03 1:53
theJazzyBrain17-Apr-03 1:53 
GeneralRe: SQL Server AND Access Pin
Paul Selormey17-Apr-03 2:36
Paul Selormey17-Apr-03 2:36 
GeneralRe: SQL Server AND Access Pin
theJazzyBrain17-Apr-03 2:45
theJazzyBrain17-Apr-03 2:45 
GeneralSQL server: Updating a table from itself... Pin
Member 9616-Apr-03 10:57
Member 9616-Apr-03 10:57 

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.