- 博客(12)
- 收藏
- 关注
翻译 第十六周翻译:Stairway to SQL Server Agent - Level 2: Job Steps and Subsystems
原著信息:Stairway to SQL Server Agent - Level 2: Job Steps and Subsystems作者:Richard-Waymire日期:2017-10-11 (第一次出版:2011-02-17) Stairway to SQL Server Agent - Level 2: Job Steps and Subsystems SQLServer...
2019-06-22 18:33:57
207
翻译 第十三周翻译:Stairway to SQL Server Replication: Level 1 - Introduction to SQL Server Replication
原著信息:Stairway to SQL Server Replication: Level 1 - Introduction to SQL Server Replication作者:Sebastian-Meine日期:2012-12-26Level 1: Introduction to SQL Server Replication 第1级:SQL Server复制简介主要条目:REP-...
2019-06-09 02:50:27
164
翻译 第十五周翻译:Stairway to SQL Server Agent: Level 1: Setup and Overview
原著信息:Stairway to SQL Server Agent: Level 1: Setup and Overview作者:Richard-Waymire日期:2013-01-02 (第一次出版:2011-02-17) Stairway to SQL Server Agent: Level 1: Setup and Overview SQLServer代理的楼梯:级别1:安装和概述...
2019-06-08 23:47:38
163
翻译 第十四周翻译:Stairway to Transaction Log Management in SQL Server, Level 5
原著信息:Stairway to Transaction Log Management in SQL Server, Level 5: Managing the Log in Full Recovery Mode作者:Tony Davis日期:,2012-01-27 Stairway to Transaction Log Management in SQL Server, Level 5:...
2019-06-08 20:12:31
179
翻译 第十二周翻译:Introduction to SQL Server Statistics,Statistics and Execution Plans,Statistics Maintenance
原著信息:《Pro SQL Server Internals, 2nd edition》CHAPTER 3 Statistics中的Introduction to SQL Server Statistics一节(即P55~P58)、Statistics and Execution Plans(P62~P65)、Statistics Maintenance(P68~P69)共三小节作者:Dmitr...
2019-05-21 11:00:04
177
翻译 第十一周-翻译:Clustered Index Design Considerations
原著信息:《Pro SQL Server Internals, 2nd edition》CHAPTER 7 Designing and Tuning the Indexes中的Clustered Index Design Considerations一节作者:Dmitri Korotkevitch
2019-05-12 16:41:32
259
翻译 第九周-翻译:Clustered Indexes
原著信息:《Pro SQL Server Internals, 2nd edition》CHAPTER 2 Tables and Indexes: Internal Structure and Access Methods中的 Clustered Indexes一节(即P36~P45)作者:Dmitri KorotkevitchClustered Indexes 聚集索引聚集索引指示表中数...
2019-05-07 10:49:37
126
原创 HIS-第七周学习笔记:ADO.Net中DataTable的应用
ADO.Net中DataTable的应用思维导图知识点描述示例代码插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入思维导图知识点描述定义DataTable是一个表示内存...
2019-05-07 00:30:29
148
翻译 第八周-翻译:Data Pages and Data Rows
原著信息:《Pro SQL Server Internals, 2nd edition》CHAPTER 1 Data Storage Internals中的Data Pages and Data Rows一节Data Pages and Data Rows 数据页和数据行数据库中的空间被划分为逻辑的8KB页。这些页面从零开始连续编号,可以通过指定文件ID和页码来引用它们。页面编号始终是连续的...
2019-04-22 19:03:44
342
原创 HIS-第六周学习笔记:C#中各种控件的输入/输出数据方式
一、思维导图二、相关知识点数据输入/输出主要相关控件1.下拉框(ComboBox):显示一个可编辑的文本框,其中包含一个允许值下拉列表。通过一些属性的设置可以实现自动查询功能,如下:cmb_SearchId.AutoCompleteMode = AutoCompleteMode.SuggestAppend;cmb_SearchId.AutoCompleteSource...
2019-04-07 18:13:35
366
原创 HIS-第四周学习笔记:设计实现SqlHelper
目录一、思维导图二、编写SqlHelper调用代码三、成员四、使用C#设计实现SqlHelper一、思维导图二、编写SqlHelper调用代码 SqlHelper支持多种数据库包括MySql、SqlServer、Oracle、Access数据库,如果数据库是SqlServer,那么你可以使用SqlServerHelper类,如果是MySql,可以使用MyS...
2019-03-24 20:05:05
254
原创 HIS-第二周学习笔记:ADO.Net之SqlConnection、SQLCommand的应用
一、ADO.Net之SqlConnection、SQLCommand知识思维导图二、ADO.NET提供5个主要的类的对象来实现数据的连接访问和离线访问,这5个类分别是Connection、Command、DataReader、DataAdapter和DataSet。1.Connection是用来来建立和数据库的连接。2.Command是用来执行SQL命令和存储过程。3.DataR...
2019-03-09 16:47:03
254
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人