Viewing 2 posts - 1 through 2 (of 2 total)
Hi,
There are 2 triggers written on the table:
COBOChanges and ONUPDATECustomerOnBookingOrderHistory
I have observed the error while executing statement:
update customeronbookingorder set Leads = 0 where customeronbookingid = 32251
PF below the COBOChanges...
April 2, 2009 at 3:32 am
Hi,
I have verified that the database is there on the server using sp:
exec sys.sp_databases
And also checked if the table is available using sp on that database:
exec sys.sp_tables
The select statements are...
April 2, 2009 at 1:55 am
Viewing 2 posts - 1 through 2 (of 2 total)