摘要:
背景:有客户说操作员关联权限后,某个页面查询不出数据,不关联权限就可以 现象:1、用带权限的账号登进去后,查询不出数据,F12发现报错,"An error occurred while executing the command definition. See the inner exception 阅读全文
摘要:
An error was reported while committing a database transaction but it could not be determined whether the transaction succeeded or failed on the database server 阅读全文
摘要:
示例demo: DECLARE @table IdTableType INSERT INTO @table SELECT Id FROM dbo.t_pl_test DECLARE @SearchSQL NVARCHAR(MAX) SET @SearchSQL = N'SELECT * FROM @ 阅读全文