|
Hi all,
I don't know what possibly can be the reason for not automatically creating
the time stamp when a new record is inserted....this has happened after creating
a trigger which is simpe as below:
CREATE TRIGGER wc_Insert_Customer ON tblCustomer
FOR INSERT AS
DECLARE @Customer_ID int
SELECT @Customer_ID = Customer_ID FROM inserted
Yahoo! Groups Links
|
- Re: [Microsofts_C_Sharp] O.T[Timestamp not created on new... johnsmith2797480
- Re: [Microsofts_C_Sharp] O.T[Timestamp not created o... Chris Cottrell
- Re: [Microsofts_C_Sharp] O.T[Timestamp not created o... johnsmith2797480
