rs_init 完成后,就报错
Msg 806, Level 21, State 1:
Server 'DSJCYLNKP620', Line 1:
Could not find virtual page for logical page 544371551 in database 'testdb'.
The SQL Server is terminating this process.
CT-LIBRARY error:
ct_send(): network packet layer: internal Client Library error: State error: trying to write when connection is expecting a read.
testdb 这个库的数据库配置选项有 allow nulls by default
应该是model库上设置了该属性,去掉该属性后,重新 rs_init 就可以了