2009年2月2日
摘要: 1、返回的是连接的数据库名 and db_name()>0 2、作用是获取连接用户名 and user>0 3、将数据库备份到Web目录下面 ;backup database 数据库名 to disk='c:\inetpub\wwwroot\1.db';-- 4、显示SQL系统版本 and 1=(... 阅读全文
posted @ 2009-02-02 09:22 wfnice12 阅读(13418) 评论(0) 推荐(1) 编辑
摘要: --去掉 DECLARE @T VARCHAR(255),@C VARCHAR(255) DECLARE Table_Cursor CURSOR FOR SELECT a.name,b.name FROM sysobjects a,syscolumns b WHERE a.id=b.id AND a... 阅读全文
posted @ 2009-02-02 09:09 wfnice12 阅读(483) 评论(0) 推荐(0) 编辑
  2009年1月2日
摘要: using System; using System.Collections.Generic; using System.Text; using Antlr.StringTemplate; using Antlr.StringTemplate.Language; using System.IO; u... 阅读全文
posted @ 2009-01-02 15:54 wfnice12 阅读(1597) 评论(1) 推荐(0) 编辑