有关String的转换的一篇好文章
摘要:Pay Close Attention - String Handling
I need to make a detour for a few moments, and discuss how to handle strings in COM code. If you are familiar with how Unicode and ANSI strings work, and know h...
阅读全文
posted @
2014-09-11 18:17
今夜太冷
阅读(356)
推荐(0) 编辑
如何监控执行的SQL语句?
摘要:环境: SQL Server 2012.
打开SQL Server Profiler. 在菜单中选择New Trace, 连接上SQL Server.
在弹出的窗口中选择Event selection 标签页。
勾掉Audio logout, 这一步没啥大作用,就是去掉一些不需要看的记录。 点击Column Filters. 在弹出的窗口中选择NTUserName, 然后在右边的Lik...
阅读全文
posted @
2014-09-10 15:45
今夜太冷
阅读(764)
推荐(0) 编辑