Viewing 4 posts - 16 through 20 (of 20 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
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
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
quote:
Yeh pat yourself on the back, sycophants united. No one likes a smart a$$Besides, the higher your pedestal...
October 23, 2003 at 1:26 am
Viewing 4 posts - 16 through 20 (of 20 total)