Forum Discussion
user_01
4 years agoRegular Visitor
SQL using mlstring and my import always crashes
Dear team, I am connecting to SQL db. Connection works great. However, some tables are bilingual, there are mlstring in use, so due to connection to them I am always facing an error: "Microsoft...
- 4 years ago
Hi, user_01
It's more of a SQL server related question. You can refer to the official document below for more detailed information about this error.
https://docs.microsoft.com/en-us/troubleshoot/sql/admin/error-run-clr-object-create-assembly
You need to enable Trustworthy database property and change the database owner to ‘sa’.
Best Regards,
Community Support Team _ Eason
v-easonf-msft
4 years agoCommunity Support
Hi, user_01
It's more of a SQL server related question. You can refer to the official document below for more detailed information about this error.
https://docs.microsoft.com/en-us/troubleshoot/sql/admin/error-run-clr-object-create-assembly
You need to enable Trustworthy database property and change the database owner to ‘sa’.
Best Regards,
Community Support Team _ Eason