02 2011 档案

摘要:简单的一个小例子---------------------------------------------------------------------using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Web.UI;using System.Web;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { List&am 阅读全文
posted @ 2011-02-11 15:41 风干的记忆 阅读(478) 评论(0) 推荐(1)
摘要:SQL SERVER查看所有表名:select name from sysobjects where type='U' //显示类型为用户的所有表名查询表的所有字段名:Select name from syscolumns Where ID=OBJECT_ID('表名') //显示'表名'里所有的字段名select * from information_schema.tablesselect * from information_schema.viewsselect * from information_schema.columns 阅读全文
posted @ 2011-02-10 17:46 风干的记忆 阅读(351) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示