Viewing 5 posts - 1 through 5 (of 5 total)
Darren
I have ran sp_who2 and it did not show up any blocks. The disk space on the sever is fine. We have not lost any data all day!?
May 8, 2003 at 8:45 am
sorry again,
got it sorted thanks for the help
wade montague
Edited by - wade on 02/18/2002 08:59:54 AM
February 18, 2002 at 8:59 am
Thanks, sorry and also,
CREATE TRIGGER [tr_addtotimeline] ON [paper_orders]
FOR INSERT
AS
DECLARE @publication_id INT
DECLARE @delivery_date DATETIME
/* get pub_id and date from the inserted data */
SELECT @publication_id AS...
February 18, 2002 at 8:51 am
I just assumed that would be three logical tables, inserted to retrieve data after an insert, deleted for a delete
and updated for an update. If this is not the case,...
February 18, 2002 at 8:06 am
Viewing 5 posts - 1 through 5 (of 5 total)