摘要:
/*Goal:MS SQL SERVER:Output all the field and its’ tableauthor:AllisonHuangcreated date :20140613*/--select [id], [name] from [sysobjects] where [type... 阅读全文
摘要:
Q:Could not load file or assembly 'System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependenc... 阅读全文
摘要:
SQL SERVER 列出所有用户表,字段名,主键,类型,长度,小数位数等信息(转)--======================================================--列出SQLSERVER所有表,字段名,主键,类型,长度,小数位数等信息--在查询分析器里运行即可,可... 阅读全文