摘要:
SELECT OBJECT_NAME(a.parent_obj) AS [表名] ,a.name AS [触发器名称] ,( CASE WHEN b.is_disabled = 0 THEN '启用'ELSE '禁用'END ) AS [状态] ,b.create_date AS [创建日期] ,b 阅读全文
摘要:
using System.Diagnostics; using System.Runtime.InteropServices; using System.Reflection; [STAThread] static void Main() { System.Diagnostics.Process i 阅读全文