摘要: 同样适用于Sql2008.造成此问题的原因是由于Sql 2005 删除了系统表 sysproperties 而改用 sys.extended_properties 表所致,微软的目的不再去猜测网上有二种解决方式 但不符合本人的需要 以下是通过创建sysproperties视图,以及改造powerdesigner sql语句生成模板实现本人直接用powerdesigner生成创建数据库SQL方法实现简单,在此做个记录-------------------------------------------------Sql 2005 Exec the Sql 创建View 'sysprope 阅读全文
posted @ 2012-07-03 14:45 李久寧 阅读(752) 评论(0) 推荐(0) 编辑