摘要:
内连接,左连接,右连接,自连接的区别: 创建两个表a_table, b_table 左连接: 向左表看齐,返回包括左表中所有的记录和右表中连接字段相等的记录 select * from a_table a left join b_table b on a.id = b.id; 右连接: 向右表看齐, 阅读全文
摘要:
(1)SQL sever 版本问题1: SQL sever 2000 、SQL sever 2005、SQL sever 2008 、SQL sever 2008 R2 安装的时候需要注意是SQL sever 2008 版本还是SQL sever 2008 R2版本 (2)问题2: sql serv 阅读全文
摘要:
学习来源:MBoo,小强老师性能测试及Loadrunner培训 ——录制测试脚本:1.Vuser -> run-time settings->GeneralRun Logic : set Number ofiteration(迭代次数)Pacing(协定):Start new Iteration ... 阅读全文