2011年7月25日
摘要: using System;using System.Data;using System.Xml;using System.Data.SqlClient;using System.Collections;namespace Book.DAL{ /// <summary> /// SqlServer数据访问帮助类 /// </summary> public sealed class SqlHelper { #region 私有构造函数和方法 private SqlHelper() {} /// <summary> /// 将SqlParameter参数数组(参数 阅读全文
posted @ 2011-07-25 10:59 红叶林 阅读(278) 评论(1) 推荐(0) 编辑
摘要: SELECT * FROM [Master].[dbo].[SYSPROCESSES] WHERE [DBID] IN ( SELECT [DBID] FROM [Master].[dbo].[SYSDATABASES] WHERE NAME='数据库名称') 阅读全文
posted @ 2011-07-25 10:30 红叶林 阅读(147) 评论(0) 推荐(0) 编辑