select * from master..sysmessages where error=547

解决方案 »

  1.   

    sysmessages
    每个可由 Microsoft® SQL Server™ 返回的系统错误和警告分别占一行。SQL Server 在用户的屏幕上显示对错误的描述。列名 数据类型 描述 
    error int 唯一错误号。 
    severity smallint 错误的严重级别。 
    dlevel smallint 仅限内部使用。 
    description nvarchar(255) 对参数占位符错误的解释。 
    mslangid smallint 系统消息组 ID。