董晓涛(David Dong)

博客园 首页 新随笔 联系 订阅 管理

2005年7月29日 #

摘要: Detect SQL timeout from ASP & Issue RollbackTransI developed an application that worked fine in development and single user testing, but when multiple users starting using the application, I ran i... 阅读全文
posted @ 2005-07-29 17:12 董晓涛 阅读(755) 评论(0) 推荐(0)

摘要: DROP DATABASE DEMO;GOCREATE DATABASE DEMO;GOUSE DEMO;GO--the database master key is always encrypted (using triple_DES) with user-supplier password--stored in the sys.symmetric_keys; and at the same t... 阅读全文
posted @ 2005-07-29 15:18 董晓涛 阅读(664) 评论(0) 推荐(0)

摘要: 刚才在QA环境创建SQL replication 的时候报错,大致如下:Error 14274: 无法添加、更新或删除从MSX服务器上发起的作业.导致Replication不能够成功,如按如下角本解决:For example:tsql02\d2shp01SP_CONFIGURE 'ALLOW UPDATES',1 RECONFIGURE WITH OVERRIDE GO use msdb;gobe... 阅读全文
posted @ 2005-07-29 15:15 董晓涛 阅读(1063) 评论(0) 推荐(0)