sql server physical operations 2016 年 9 月 21 日2016 年 9 月 23 日 TechDong Leave a comment 学习历程 the Physical Operation and Logical Operation. The logic […] Continue reading
sql server 增加登陆与用户并授权的储存过程 2016 年 8 月 5 日2016 年 10 月 28 日 TechDong Leave a comment 数据库, 随笔 修改验证模式是通过注册表完成的。 键名:HKLM\Software\Microsoft{MSSQLS […] Continue reading
when update a=b,b=a in sql 2016 年 7 月 5 日 TechDong Leave a comment 学习历程, 数据库 在程序语句中,如果想修改两个字段的值,其中一个字段的值根据另一个字段的值计算所得。 那么可以这样 obj.a […] Continue reading
sql server 触发器 回滚 异常 2015 年 11 月 10 日 TechDong Leave a comment 学习历程, 数据库 sql server 触发器中,rollback tran 或出现异常时(sql 2012测试): 在trig […] Continue reading
mysql 主从服务器快速简单配置 2015 年 4 月 21 日2016 年 10 月 30 日 TechDong Leave a comment MySql Study, 学习历程 修改配置文件开启服务器二进制日志(实际就是开启集群功能了),配置服务器id log-bin=mysql_bin […] Continue reading