2009年12月21日
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Data;using System.ComponentModel;namespace SmartERP.Until{ public static class CovertClass { /// <summa... 阅读全文
posted @ 2009-12-21 17:11 Alex.Shi 阅读(1336) 评论(0) 推荐(0) 编辑
摘要: 这几天用SQL2008的时候,想要修改表结构时,报错,提示:"阻止保存要求重新创建表的更改"。以前在SQL2000和SQL2005时代没遇到这个问题,看来是SQL2008新增的功能。经过试验,找到了解决办法,如下:点击"工具"菜单中的"选项",在弹出的对话框中展开"designer"项,去掉"阻止保存要求重新创建表的更改"前面的勾即可。截图如下: 阅读全文
posted @ 2009-12-21 10:23 Alex.Shi 阅读(429) 评论(0) 推荐(0) 编辑