08 2014 档案

Steps to configure a FileShare Quorum Witness for Windows Failover Cluster
摘要:Step 1: Step 2: Step 3: Step 4: You must use the wizard to create the file share. Step 5: to make sure everything works in your test environment, add the cluster nodes to domain admins g... 阅读全文

posted @ 2014-08-29 11:42 中道学友 阅读(592) 评论(0) 推荐(0) 编辑

CREATE DATABASE failed
摘要:由于环境需要, 故修改SQL Server 2012的默认的数据库的数据文件和日志文件的位置. 如下: 创建数据库, 遭遇报错. 错误信息: A file activation error occurred. The physical file name 'E:testaaa.mdf' may be incorrect. Diagnose and correct additio... 阅读全文

posted @ 2014-08-27 15:12 中道学友 阅读(1853) 评论(0) 推荐(0) 编辑

SQL Server基础知识三十三问 (15-21)
摘要:15. 存储过程可以调用自己么, 或者说可能有递归的存储过程么? SP nesting最多可以到多少层? 答: 可以的. 因为Transact-SQL 支持递归, 你可以编写可以调用自己的存储过程. 敌对可以被定义为一种解决问题的方法, 其中问题的解决是通过不断的对问题的子集调用自己而达成的. 当一个存储过程调用另一个存储过程或执行CLR的routine, type, 或aggregate时, ... 阅读全文

posted @ 2014-08-25 14:03 中道学友 阅读(307) 评论(0) 推荐(0) 编辑

测试用的数据库Transaction Log太大, 用于缩减它的脚本
摘要:记在这里, 备用. select name, recovery_model_desc from sys.databases where name = 'WSS_Content_1000' USE WSS_Content_1000 ; ALTER DATABASE WSS_Content_1000 SET RECOVERY Simple; go use WSS_Content_1000 go ... 阅读全文

posted @ 2014-08-12 11:42 中道学友 阅读(441) 评论(0) 推荐(0) 编辑

SCSI contrller的几种类型的区别
摘要:在VMware vSphere Web Client中, 可以为虚拟机添加一个新的SCSI controller, 选项中包含如下的类型, 那么他们有什么区别呢? 如何选择呢? BusLogic Parallel VMware平台上最早的vSCSI controller之一. 最早版本的Windows默认就有它的驱动, 使得安装特定版本windows时会比较容易. 性能跟LSI Lo... 阅读全文

posted @ 2014-08-11 11:29 中道学友 阅读(7533) 评论(0) 推荐(0) 编辑

ScaleIO与XtremSW Cache如何集成呢?
摘要:在ScaleIO上, XtremSW Cache主要有两种部署方式: 把XtremSW Cache在每台server的内部用作cache - 在ScaleIO Data Server(SDS)下做cache. 这个和传统的SAN世界中的VNX Fast cache或VMAX cache的概念... 阅读全文

posted @ 2014-08-11 11:04 中道学友 阅读(1007) 评论(0) 推荐(0) 编辑

如何强制使用某一大小的包去ping某个IP地址?
摘要:测试MTU的时候用得到的, 命令如下: ping -f -l 9000 10.110.68.40 ping命令的帮助输出如下: C:\Users\administrator>ping /? Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS] [-r count]... 阅读全文

posted @ 2014-08-08 17:18 中道学友 阅读(1529) 评论(0) 推荐(0) 编辑

如何查看ETW Trace?
摘要:三种方法: LogParser Tractrpt - C:\Windows\System32 SvcTraceViewer.exe 后面的链接中有使用的详细步骤. 参考资料 =========================== Tracerpt http://technet.microsoft.com/en-us/library/bb490959.as... 阅读全文

posted @ 2014-08-01 16:18 中道学友 阅读(1082) 评论(0) 推荐(0) 编辑

Windows Server上iSCSI的Best Practices
摘要:Installing and Configuring Microsoft iSCSI Initiator http://technet.microsoft.com/en-us/library/ee338480(v=WS.10).aspx 阅读全文

posted @ 2014-08-01 14:05 中道学友 阅读(203) 评论(0) 推荐(0) 编辑

SQL Server’s Storage Top 10 Best Practices
摘要:好文章, 简明扼要. Storage Top 10 Best Practices http://technet.microsoft.com/en-us/library/cc966534.aspx 阅读全文

posted @ 2014-08-01 10:38 中道学友 阅读(205) 评论(0) 推荐(0) 编辑

面試官入門
摘要:面試官入門注意事項整理 http://ndarkmsnlivespace.wordpress.com/2009/02/18/%E9%9D%A2%E8%A9%A6%E5%AE%98%E5%85%A5%E9%96%80%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A0%85%E6%95%B4%E7%90%86/ The Joel on Software Translation Proj... 阅读全文

posted @ 2014-08-01 07:29 中道学友 阅读(242) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

技术追求准确,态度积极向上

点击右上角即可分享
微信分享提示