上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 121 下一页

2014年9月3日

SQL Server AlwaysOn Setup Step-By-Step Guide

摘要: Step-By-Step: Creating a SQL Server 2012 AlwaysOn Availability Group http://blogs.technet.com/b/canitpro/archive/2013/08/20/step-by-step-creating-a-sql-server-2012-alwayson-availability-group.aspx M... 阅读全文

posted @ 2014-09-03 13:03 中道学友 阅读(394) 评论(0) 推荐(0) 编辑

TPC-E在populate测试Database时需要注意的一些事项

摘要: 第一, 安装时不要使用named instance, 默认的instance就好. 否则会报连不上Database. 第二, TPC-E工具文件夹的完整路径中不可以有空格, 否则会在generate flat file的时候报有文件找不到. 感谢Mark Xu同学的大力支持. 阅读全文

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

如何在脚本中执行SQL语句并获得结果输出?

摘要: 这里需要用到的工具叫做sqlcmd.exe, 它随SQL server的安装而安装. 该可执行程序的位置在: C:\Program Files\Microsoft SQL Server\xxx\Tools\Binn 其中xxx是你所安装的SQL Server的版本号. Version Number ... 阅读全文

posted @ 2014-09-03 10:59 中道学友 阅读(11702) 评论(0) 推荐(0) 编辑

2014年9月2日

EMC ViPR all in one page

摘要: EMC ViPR 2.0 Product Documentation Index https://community.emc.com/docs/DOC-35557 阅读全文

posted @ 2014-09-02 10:12 中道学友 阅读(165) 评论(0) 推荐(0) 编辑

2014年8月29日

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) 编辑

2014年8月27日

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 中道学友 阅读(1844) 评论(0) 推荐(0) 编辑

2014年8月25日

SQL Server基础知识三十三问 (15-21)

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

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

2014年8月12日

测试用的数据库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) 编辑

2014年8月11日

SCSI contrller的几种类型的区别

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

posted @ 2014-08-11 11:29 中道学友 阅读(7420) 评论(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 中道学友 阅读(1006) 评论(0) 推荐(0) 编辑

上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 121 下一页

导航

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