摘要: ALTER LOGIN [LoginName] WITH PASSWORD = 'newpassword', CHECK_POLICY = OFF, CHECK_EXPIRATION = OFF 阅读全文
posted @ 2017-07-18 15:42 MichelleDawm 阅读(257) 评论(0) 推荐(0)
摘要: 出现这个错误时因为这台服务器,或者链接服务器那台服务器没有配置好MS DTC(Microsoft Distributed Transaction Coordinator 微软 分布式事务协调器)。 首先确保开启了 'remote access'、 'remote admin connections' 阅读全文
posted @ 2017-07-12 14:23 MichelleDawm 阅读(582) 评论(0) 推荐(0)
摘要: Please refer to :https://www.devexpress.com/Support/Center/Example/Details/T115116 阅读全文
posted @ 2016-10-20 15:04 MichelleDawm 阅读(197) 评论(0) 推荐(0)
摘要: I want to make one column not editable. I add the setting: column.ReadOnly = true; after that, when I try to edit the column, it still comes out a tex 阅读全文
posted @ 2016-10-20 15:03 MichelleDawm 阅读(359) 评论(0) 推荐(0)
摘要: Solution: It appears that older versions of DevExpress assemblies have been cached and now they conflict with the newly installed assemblies. Please f 阅读全文
posted @ 2016-10-19 13:48 MichelleDawm 阅读(1172) 评论(0) 推荐(0)
摘要: Description: When using batch edit, the controller(updateValues) cannot get the update values. Count for Update, DeleteKeys are 0. Solution: It looks 阅读全文
posted @ 2016-10-19 13:46 MichelleDawm 阅读(272) 评论(0) 推荐(0)
摘要: 将GridView导出到excel时报错Control 'ctl00_ServerContent_GridView1' of type 'GridView' must be placed inside a form tag with runat=server.解决方法:在CS代码中添加如下方法: p... 阅读全文
posted @ 2016-01-18 14:20 MichelleDawm 阅读(256) 评论(0) 推荐(0)
摘要: 手头上有个项目,本身是个控制台程序,创建task schedule每天定时执行。这个程序很简单,同步某数据库的数据到本地,完了之后写日志(txt文件)。突然有天用户提出,这个工具突然之间不写日志文件了,但是数据同步还是正常的。查下来是权限问题,运行这个task schedule的用户没有被授予在日志... 阅读全文
posted @ 2015-04-01 14:39 MichelleDawm 阅读(216) 评论(0) 推荐(0)
摘要: Exec sp_droplinkedsrvlogin NEWLINK_SQL,NullExec sp_dropserver NEWLINK_SQLEXEC sp_addlinkedserver @server='NEWLINK_SQL',--被访问的服务器别名 @srvpro... 阅读全文
posted @ 2015-02-06 14:24 MichelleDawm 阅读(317) 评论(0) 推荐(0)
摘要: 打开Excel的时候提示不能使用对象链接和嵌入的错误,复制单元格的粘贴的时候提示不能粘贴。按照以下方配置修改后正常了:1.在"开始"->"运行"中输入dcomcnfg.exe启动"组件服务";2.依次双击"组件服务"->"计算机"->"我的电脑"->"DCOM配置"3.配置Microsoft Exc... 阅读全文
posted @ 2015-02-06 13:38 MichelleDawm 阅读(1902) 评论(0) 推荐(0)