帮助中心

首页 » 拓扑物业软件网页版 » 安装配置 » 解除sql对image字段的长度限制
admin - 2025/3/31 11:58:47
exec sp_configure 'max text repl size (B)', '6553600'
go
reconfigure
go



select datalength(ORDER_XMLTB_OBJ) from MP_ORDER where MPJRH_ID='512427' and order_id='1020557'
1
查看完整版本: 解除sql对image字段的长度限制