摘要:
我们通常在写某个业务处理的SQL语句时,往往会有多种写法。但是一时无法拿捏那种写法执行效率更高时,可以用下边的写法查看SQL语句的执行时间来判断那种写法效率高。------------------------------------------- set statistics profile on set ... 阅读全文
摘要:
代码如下: Type text here Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1// 2/**//// 取得随机数 3/// 4/// 随机数的长度 5/// 6public static string ge... 阅读全文