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 Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to