摘要:
执行方法: declare @p1 int --set @p1=30 exec sp_prepare @p1 output,NULL,N'select top 40 billcode,item,case when SUM(inqty) <> 0 then 0 else 1 end as qty fr 阅读全文
摘要:
系统数据库路径:C:\Users\Administrator\AppData\Local\Microsoft\Microsoft SQL Server Local DB\Instances\MSSQLLocalDB 用户数据库默认路径:C:\Users\Administrator 连接字符串: <c 阅读全文
摘要:
SELECT [job].[job_id] AS '作业唯一标识符' ,[job].[name] AS '作业名称' ,[jstep].[step_uid] AS '作业步骤唯一标识符' ,[jstep].[step_id] AS '步骤编号' ,[jstep].[step_name] AS '步骤 阅读全文
摘要:
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Dynamic; using System.Linq; using 阅读全文