11 2017 档案

摘要:CREATE PROC [dbo].[Procpageselect] @table NVARCHAR(max),-- 输入参数,表名 @columns NVARCHAR(max),-- 输入参数,要返回的列 @rows INT,-- 输... 阅读全文
posted @ 2017-11-09 16:17 Jara 阅读(437) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Drawing; using System.IO; using System.Threading; using System.Windows.Forms; using DevExpress.XtraBars.Alerter; using DevExpress.XtraEditors; namespace WindowsFormsApplic... 阅读全文
posted @ 2017-11-07 17:07 Jara 阅读(2251) 评论(0) 推荐(0) 编辑
摘要: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(... 阅读全文
posted @ 2017-11-02 11:27 Jara 阅读(2774) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示