Welcom ,I hope yo will enjoy here!

2008年6月20日

有用的SQL 语句(转)

摘要: 有用的SQL 语句(转)1.WAITFOR--WAITFOR--例等待1小时2分零3秒后才执行SELECT语句waitfordelay'01:02:03'select*fromemployee--例等到晚上11点零8分后才执行SELECT语句waitfortime'23:08:00'select*fromemployee2.查看sqlserver版本 selectserverproperty('productversion'),serverproperty('productlevel'),serverproperty('e 阅读全文

posted @ 2008-06-20 15:01 北国的雨 阅读(275) 评论(0) 推荐(0) 编辑

.net制作安装程序总结- -(转载)

摘要: Tag: 安装程序 /// 获得配置文件中嵌入的文本文件 /// /// 文件名 /// private string GetSql(string Name) { Assembly Asm = Assembly.GetExecutingAssembly(); Stream strm = Asm.Get... 阅读全文

posted @ 2008-06-20 14:31 北国的雨 阅读(398) 评论(0) 推荐(0) 编辑

导航