Viewing 4 posts - 16 through 19 (of 19 total)
I presume the only way is to Drop and Recreate the table with ANSI_NULLS on and import the data back. There goes my Weekend.
Thanks anyway..
December 8, 2003 at 11:07 pm
#485240
If you can put the "insert to log before insert to table" out of the transaction then begin transaction
insert into table
insert into log
commit transaction.
December 8, 2003 at 6:46 am
#485069
I am pretty much sure since the error message clearly indicates the table name. The whole database was migrated from 6.5 and the tables i am joining is having huge...
December 8, 2003 at 5:55 am
#485058
quote:Yeh pat yourself on the back, sycophants united. No one likes a smart a$$ Besides, the higher your pedestal...
quote:
Besides, the higher your pedestal...
October 23, 2003 at 1:26 am
#479222