11 2017 档案
摘要:CREATE PROC [dbo].[Procpageselect] @table NVARCHAR(max),-- 输入参数,表名 @columns NVARCHAR(max),-- 输入参数,要返回的列 @rows INT,-- 输...
阅读全文
摘要:using System; using System.Drawing; using System.IO; using System.Threading; using System.Windows.Forms; using DevExpress.XtraBars.Alerter; using DevExpress.XtraEditors; namespace WindowsFormsApplic...
阅读全文
摘要:SELECT sp.object_Id as FunctionId, sp.name as FunctionName, isnull(param.name,'')as ParamName,isnull(usrt.name,'') AS [DataType], ISNULL(baset.name, '') AS [SystemType], CAST(...
阅读全文