摘要: asp.net基本函數大全 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; ... 阅读全文
posted @ 2009-02-20 22:03 学会感恩 阅读(188) 评论(0) 推荐(0) 编辑
摘要: use 数据库名 if exists ( select * from sysobjects where name = '表名' and type = 'U') print 'you' else print 'no' go if exists ( select * From master.dbo.sysdatabases where name='sessrverweb') pri... 阅读全文
posted @ 2009-02-20 16:22 学会感恩 阅读(321) 评论(0) 推荐(0) 编辑