图书介绍
即时应用SQL Server 2000中文版PDF|Epub|txt|kindle电子书版本网盘下载
![即时应用SQL Server 2000中文版](https://www.shukui.net/cover/19/31429224.jpg)
- (美)Greg Buczek著;高艳春等译 著
- 出版社: 北京:人民邮电出版社
- ISBN:711509764X
- 出版时间:2001
- 标注页数:560页
- 文件大小:46MB
- 文件页数:580页
- 主题词:关系型数据库(学科: 数据库管理系统) 关系型数据库 数据库管理系统
PDF下载
下载说明
即时应用SQL Server 2000中文版PDF格式电子书版下载
下载的文件为RAR压缩包。需要使用解压软件进行解压得到PDF格式图书。建议使用BT下载工具Free Download Manager进行下载,简称FDM(免费,没有广告,支持多平台)。本站资源全部打包为BT种子。所以需要使用专业的BT下载软件进行下载。如BitComet qBittorrent uTorrent等BT下载工具。迅雷目前由于本站不是热门资源。不推荐使用!后期资源热门了。安装了迅雷也可以迅雷进行下载!
(文件页数 要大于 标注页数,上中下等多册电子书除外)
注意:本站所有压缩包均有解压码: 点击下载压缩包解压工具
图书目录
第1章 数据库的表和字段3
1.1 使用数据库、表、字段、关系和用户3
1.2 创建SQL Server数据库3
第一部分:SQL Server基础知识3
1.3 用企业管理器创建表5
1.4 数据类型7
1.4.1 字符串7
1.4.2 二进制数据8
1.4.3 整型8
1.4.4 精确十进制8
1.4.5 浮点数8
1.4.6 日期和时间9
1.4.7 特殊数据类型9
1.5 数据库关系图和关系9
1.6 允许数据库用户访问数据库10
2.1 视图13
第2章 视图、存储过程和触发器13
2.2 存储过程16
2.3 触发器21
第二部分:VB/SQL Server应用程序27
第3章 VB作为SQL Server的前端开发工具27
3.1 使用VB作为SQL Server的前端开发工具27
3.2 使用VB开发前端应用程序的优点和缺点27
3.3 VB6.0数据视图窗口28
3.4 VB.Net Server Explorer29
3.5 在VB6.0中使用ADO32
3.6 在VB.Net中使用ADO32
第4章 银行帐号管理系统34
4.1 使用收入和支出34
4.2 应用程序预览34
4.4.1 AccountTransactions表36
4.4 字段定义36
4.3.1 AccountTransactions表36
4.3 数据表及相互关系36
4.3.2 Categories表36
4.4.2 Categories表37
4.5 存储过程37
4.5.1 存储过程:AccountTransactionsAdd37
4.5.2 存储过程:AccountTransactionUpdate38
4.5.3 存储过程:AccountTransactionsDelete39
4.5.4 存储过程:GetAllActivity39
4.5.5 存储过程:GetBalance40
4.5.6 存储过程:GetTransactionRecord40
4.5.7 存储过程:CategoryAdd40
4.5.8 存储过程:GetAllCategories41
4.5.9 存储过程:GetAllActivityInCategory41
4.5.10 存储过程:GetAllActivityInDateRange42
4.7 组件43
4.6 应用程序注释43
4.8 窗体44
4.8.1 frmMenu窗体44
4.8.2 frmAccountTransactions窗体44
4.8.3 frmReport窗体55
第5章 个人信息管理系统60
5.1 个人信息管理系统60
5.2 应用程序预览60
5.3 数据表及其关系63
5.3.1 Contacts表63
5.3.2 ContactPhones表63
5.3.3 Reminders表63
5.4 字段定义63
5.4.1 Contacts表63
5.4.2 ContactPhones表63
5.5 触发器64
5.4.3 Reminders表64
5.6 存储过程65
5.6.1 存储过程:ContactAdd65
5.6.2 存储过程:ContactUpdate66
5.6.3 存储过程:DeleteContact67
5.6.4 存储过程:ContactRecord67
5.6.5 存储过程:ContactList68
5.6.6 存储过程:ContactReport68
5.6.7 存储过程:ContactPhoneAdd69
5.6.8 存储过程:ContactPhoneDelete69
5.6.9 存储过程:ContactPhoneList70
5.6.10 存储过程:ReminderAdd70
5.6.11 存储过程:ReminderUpdate71
5.6.12 存储过程:ReminderDelete72
5.6.13 存储过程:ReminderRecord72
5.8 使用数据环境73
5.7.2 视图:ReminderNotClear73
5.6.14 存储过程:ReminderList73
5.7.1 视图:ReminderAlarms73
5.7 视图73
5.9 模块76
5.10 窗体77
5.10.1 frmMenu窗体77
5.10.2 frmContacts窗体78
5.10.3 frmReminders窗体86
第6章 帮助平台87
6.1 管理支持请求87
6.2 应用程序预览87
6.3 数据表及其关系89
6.3.1 SupportPeople表89
6.3.2 ProblemCategories表89
6.4.2 ProblemCategories表90
6.4.1 SupportPeople表90
6.4.3 Cases表90
6.3.4 ProgressNotes表90
6.4 字段定义90
6.3.3 Cases表90
6.4.4 ProgressNotes表91
6.5 存储过程91
6.5.1 存储过程:SupportPersonAdd91
6.5.2 存储过程:SupportPersonUpdate92
6.5.3 存储过程:SupportPersonDelete93
6.5.4 存储过程:SupportPersonRecord93
6.5.5 SupportPersonList存储过程95
6.5.6 存储过程:ProblemCategoryAdd95
6.5.7 存储过程:ProblemCategoryDelete96
6.5.8 存储过程:ProblemCategoryList96
6.5.9 存储过程:CaseAdd96
6.5.10 存储过程:CaseUpdate97
6.5.11 存储过程:CaseDelete98
6.5.12 存储过程:CaseRecord99
6.5.13 存储过程:ProgressNoteAdd101
6.5.14 存储过程:ProgressNoteList102
6.6 应用程序注释102
6.7 模块104
6.7.1 模块modPublicProcs104
6.7.2 frmMenu窗体105
6.7.3 frmCases窗体111
6.7.4 frmSupportPeople窗体和frmProblemCategories窗体120
第7章 网络管理121
7.1 跟踪计算机、硬件和网络设备121
7.2 应用程序预览121
7.4.1 Computers表125
7.4 字段定义125
7.3.4 DeviceTypes表125
7.3.5 Devices表125
7.3.3 ComputerHardware表125
7.3.2 HardwareItems表125
7.3.1 Computers表125
7.3 数据表及其关系125
7.4.2 HardwareItems表126
7.4.3 ComputerHardware表126
7.4.4 DeviceTypes表126
7.4.5 Devices表127
7.5 存储过程127
7.5.1 存储过程:ComputerAdd127
7.5.2 存储过程:ComputerUpdate128
7.5.3 存储过程:ComputerDelete129
7.5.4 存储过程:ComputerRecord129
7.5.5 存储过程:ComputerHardwareAdd131
7.5.6 存储过程:ComputerHardwareDelete131
7.5.8 存储过程:HardwareItemAdd132
7.5.7 存储过程:HardwareInComputer132
7.5.9 存储过程:HardwareItemUpdate133
7.5.10 存储过程:HardwareItemDelete133
7.5.11 存储过程:HardwareItemRecord134
7.5.12 存储过程:HardwareItemList135
7.5.13 存储过程:DeviceAdd136
7.5.14 存储过程:DeviceUpdate136
7.5.16 存储过程:DeviceRecord137
7.5.15 存储过程:DeviceDelete137
7.5.17 存储过程:DeviceTypeAdd139
7.5.18 存储过程:DeviceTypeList139
7.6 视图140
7.6.1 视图:ComputerTypeCount140
7.6.2 视图:DeviceTypeCount140
7.6.3 视图:OSCount140
7.7 模块140
7.8.1 frmMenu窗体141
7.8 窗体141
7.8.2 frmComputers窗体142
7.8.3 frmAddHardwareItem窗体151
7.8.4 frmHardware和frmDevics窗体153
7.8.5 frmAnswerWizard窗体153
第8章 程序库156
8.1 应用程序预览156
8.2 数据表及其关系158
8.2.1 CodeBlocks表158
8.2.2 OldCodeBlocks表158
8.2.3 Languages表158
8.3 字段说明158
8.3.1 CodeBlocks表158
8.4 存储过程159
8.4.1 存储过程:CodeBlockAdd159
8.3.2 OldCodeBlocks表159
8.3.3 Languages表159
8.4.2 存储过程:CodeBlockUpdate160
8.4.3 存储过程:CodeBlockDelete161
8.4.4 存储过程:CodeBlockRecord161
8.4.5 存储过程:CodeBlockList162
8.4.6 存储过程:OldCodeBlockList162
8.4.7 存储过程:LanguageAdd163
8.4.9 存储过程:LanguageDelete164
8.4.8 存储过程:LanguageUpdate164
8.4.10 存储过程:LanguageRecord165
8.4.11 存储过程:LanguageList165
8.4.12 存储过程:LanguageOnlyList166
8.5 触发器166
8.5.1 触发器:UpdateCodeBlock166
8.5.2 触发器:DeleteCodeBlocks167
8.7 窗体168
8.7.1 frmMenu窗体168
8.6 模块168
8.7.2 frmCodeBlocks窗体169
8.7.3 frmOldCodeBlocks窗体175
8.7.4 frmLanguages窗体177
第三部分 Access/SQL Server应用程序181
第9章 Access作为SQL Server前端的开发工具181
9.1 Access作为SQL Server前端的开发工具181
9.2 将Access数据库扩展为SQL Server数据库181
9.3 连接数据表184
9.4 使用ADO187
第10章 员工管理系统189
10.1 处理员工信息、部门信息和工资信息189
10.2 解决方案预览189
10.4.1 Employees表195
10.4 字段定义195
10.3.5 SickHours表195
10.3.4 VacationHours表195
10.3.3 PayrollRecords表195
10.3.2 Departments表195
10.3.1 Employees表195
10.3 数据表及其关系195
10.4.2 Departments表196
10.4.3 PayrollRecords表196
10.4.4 VacationHours表197
10.4.5 SickHours表197
10.5 自定义函数197
10.5.1 函数:DepartmentIDCheck197
10.5.2 函数:EmployeeIDCheck198
10.6 存储过程198
10.6.1 存储过程:EmployeeAdd198
10.6.2 存储过程:EmployeeEdit201
10.7.3 视图:EmployeeWithVacationHours202
10.6.3 存储过程:EmployeeDelete204
10.6.4 存储过程:EmployeeMove204
10.6.5 存储过程:EmployeeComboList206
10.6.6 存储过程:DepartmentAdd207
10.6.7 存储过程:DepartmentEdit208
10.6.8 存储过程:DepartmentDelete209
10.6.9 存储过程:DepartmentMove210
10.6.10 存储过程:GeneratePayrollRecords211
10.6.11 存储过程:GenerateSickHours213
10.6.12 存储过程:GenerateVacationHours214
10.6.13 存储过程:UseLeave216
10.6.14 存储过程:EmployeePermissions217
10.6.15 存储过程:EmployeePersonalRecord217
10.6.16 存储过程:EmployeePersonalRecordUpdate218
10.7 视图219
10.7.1 视图:EmployeeWithPayrollInfo219
10.7.2 视图:EmployeeWithSickHours219
10.8 角色220
10.8.1 Employee角色220
10.7.5 视图:PersonalSick220
10.7.6 视图:PersonalVacation220
10.7.4 视图:PersonalPayroll220
10.8.2 Manager角色221
10.8.3 数据库管理员角色221
10.9 应用程序注释221
10.10 模块221
10.10.1 GeneralProcs模块221
10.10.2 frmMenu窗体222
10.10.3 Employees窗体223
10.10.4 Departments窗体231
10.10.5 Employee窗体231
10.10.6 Generate Payroll窗体234
10.10.7 Generate Vacation and Sick Leave Hours窗体235
10.10.8 Use Leave窗体235
11.1 解决方案预览237
20.1.4 存储过程237
第11章 客户管理系统237
11.2 数据表及其关系239
11.2.1 Customers表239
11.2.2 CustomerManagers表240
11.2.3 CustomerNotes表240
11.2.4 ZipCodes表240
11.3 字段定义240
11.3.1 Customers表240
11.3.2 CustomerManagers表240
11.4.1 函数:CustomerIDCheck241
11.3.3 CustomerNotes表241
11.3.4 ZipCodes表241
11.4 自定义函数241
11.4.2 函数:CustomerManagerIDCheck242
11.4.3 函数:CustomerNoteIDCheck242
11.4.4 函数:ZipCodeCheck243
11.5 存储过程243
11.5.1 存储过程:CustomerAdd243
11.5.2 存储过程:CustomerEdit245
11.5.3 存储过程:CustomerDelete247
11.5.4 存储过程:CustomerRecord247
11.5.5 存储过程:CustomerComboList248
11.5.6 存储过程:CustomerManagerAdd249
11.5.7 存储过程:CustomerManagerEdit250
11.5.8 存储过程:CustomerManagerDelete251
11.5.9 存储过程:CustomerManagerRecord252
11.5.10 存储过程:CustomerManagerComboList252
11.5.11 存储过程:CustomerNoteAdd254
11.5.12 存储过程:CustomerNoteEdit254
11.5.13 存储过程:CustomerNoteDelete255
11.5.14 存储过程:CustomerNoteRecord256
11.5.15 存储过程:CustomerNoteListBox256
11.5.16 存储过程:ZipCodeAdd258
11.5.17 存储过程:ZipCodeEdit259
11.5.18 存储过程:ZipCodeDelete260
11.5.19 存储过程:ZipCodeRecord260
11.5.20 存储过程:ZipCodeComboList261
11.6 视图262
11.7 应用程序注解263
11.8 模块263
11.9 窗体264
11.9.1 Menu窗体264
11.9.2 Customers窗体264
11.9.3 Customer Notes窗体275
12.1 应用程序预览278
第12章 事件管理系统278
12.3 字段定义280
12.3.1 Events表280
12.2 数据表及其关系280
12.2.3 EventAttendees表280
12.2.2 Attendees表280
12.2.1 Events表280
12.3.2 Attendees表281
12.3.3 EventAttendees表281
12.4 自定义函数281
12.4.1 函数:EventIDCheck281
12.4.2 函数:AttendeeIDCheck282
12.4.3 函数:EventAttendeeIDCheck282
12.5 存储过程283
12.5.1 存储过程:EventAdd283
12.5.2 存储过程:EventEdit284
12.5.3 存储过程:EventDelete286
12.5.4 存储过程:EventRecord287
12.5.5 存储过程:EventComboBox290
12.5.6 存储过程:AttendeeAdd291
12.5.7 存储过程:AttendeeEdit292
12.5.8 存储过程:AttendeeDelete293
12.5.9 存储过程:AttendeeRecord294
12.5.10 存储过程:AttendeeComboBox297
12.5.11 存储过程:EventAttendeeAdd298
12.5.12 存储过程:EventAttendeeDelete299
12.5.13 存储过程:EventAttendeeListBox300
12.6 视图301
12.6.1 视图:EventsWithAttendees301
12.6.2 视图:EventAttendance301
12.7 应用程序注解302
12.8 模块302
12.9.2 Events窗体303
12.9.1 Menu窗体303
12.9 窗体303
12.9.3 Attendees窗体313
12.9.4 Add Attendees窗体316
13.2 应用程序预览319
第13章 项目管理系统319
13.1 项目和步骤319
13.3 数据表及其关系321
13.3.1 Project表321
13.3.2 ProjectSteps表321
13.4 字段定义321
13.4.1 Project表321
13.4.2 ProjectSteps表322
13.5 触发器322
13.5.1 触发器:UpdateInsertSteps322
13.5.2 触发器:Deletesteps323
13.6 自定义的函数325
13.6.1 函数:ProjectIDCheck325
13.6.2 函数:PercentComplete325
13.7 存储过程326
13.7.1 存储过程:ProjectAdd326
13.7.2 存储过程:ProjectEdit327
13.7.3 存储过程:ProjectDelete329
13.7.4 存储过程:ProjectRecord330
13.7.5 存储过程:ProjectComboBox333
13.7.6 存储过程:ProjectStepAdd335
13.7.7 存储过程:ProjectStepComplete335
13.7.8 存储过程:ProjectStepDelete336
13.7.9 存储过程:ProjectStepListBox337
13.8 视图338
13.9 应用程序注解339
13.10 模块339
13.11 窗体340
13.11.1 Menu窗体340
13.11.2 Project窗体340
13.11.3 AddStep窗体351
14.1 操作数据项集合353
第14章 集合管理系统353
14.2 应用程序预览353
14.3 数据表及其关系355
14.3.1 Collections表355
14.3.2 CollectionItems表355
14.4 字段定义355
14.4.1 Collections表355
14.4.2 CollectionItems表356
14.5 自定义函数357
14.5.1 函数:CollectionIDCheck357
14.5.2 函数:CollectionItemIDCheck357
14.6 存储过程358
14.6.1 存储过程:CollectionAdd358
14.6.2 存储过程:CollectionEdit359
14.6.3 存储过程:CollectionDelete361
14.6.4 存储过程:CollectionRecord362
14.6.5 存储过程:CollectionComboBox366
14.6.6 存储过程:CollectionItemAdd367
14.6.7 存储过程:CollectionItemEdit368
14.6.8 存储过程:CollectionItemDelete370
14.6.9 存储过程:CollectionItemRecord371
14.6.10 存储过程:CollectionItemComboBox374
14.7 应用程序注解375
14.8 模块375
14.9 窗体376
14.9.1 Menu窗体376
14.9.2 Collections窗体378
14.9.3 Collection Items窗体388
第四部分:ASP/SQL Server应用程序395
第15章 ASP作为SQL Server的前端开发工具395
15.1 ASP作为SQL Server的前端开发工具395
15.2 使用ASP的优缺点395
15.3 在ASP中使用ADO396
15.4 应用程序发布397
16.2 Web站点预览403
第16章 在线商店403
16.1 允许消费者进行在线购物403
16.3 数据表及其关系406
16.3.1 Products表406
16.3.3 ProductsInCategories表407
16.3.4 Visitors表407
16.3.5 VisitorItems表407
16.4 字段定义407
16.4.1 Products表407
16.3.2 Categories表407
16.4.2 Categories表408
16.4.3 ProductsInCategories表408
16.4.4 Visitors表408
16.5.1 触发器:InsertItem409
16.5 触发器409
16.4.5 VisitorItems表409
16.5.2 触发器:DeleteItem410
16.6 存储过程411
16.6.1 存储过程:VistorNew411
16.6.2 存储过程:CategoryList412
16.6.3 存储过程:ProductItem413
16.6.4 存储过程:ProductList415
16.6.5 存储过程:VisitorItemAdd417
16.6.6 存储过程:VisitorItemDelete418
16.6.7 存储过程:Shopping Cart418
16.6.8 存储过程:TotalStuff421
16.6.9 存储过程:VisitorCheckOut422
16.6.10 存储过程:StoreReceipt423
16.7 用户425
16.8.2 Products ASP426
16.8.1 Index ASP426
16.8 ASP426
16.8.3 Shopping Cart ASP429
16.8.4 CheckOut ASP430
16.8.5 Receipt ASP432
第17章 在线学校433
17.1 Web站点预览433
17.2 数据表及其关系436
17.2.1 Students表436
17.2.2 Courses表436
17.2.7 Answers表437
17.3 字段定义437
17.2.8 HelpTopics表437
17.3.1 Students表437
17.2.5 Contents表437
17.2.4 Topics表437
17.2.3 StudentCourses表437
17.2.6 Questions表437
17.3.4 Topics表438
17.3.2 Courses表438
17.3.3 StudentCourses表438
17.3.5 Contents表439
17.3.6 Questions表439
17.3.7 Answers表439
17.4 存储过程440
17.4.1 存储过程:StudentLogin440
17.3.8 HelpTopics表440
17.4.2 存储过程:CourseList441
17.4.3 存储过程:TopicList442
17.4.4 存储过程:GetContent444
17.4.5 存储过程:QuizPage446
17.4.6 存储过程:CheckAnswer450
17.4.7 存储过程:HelpTopicListAndAnswer451
17.6.1 Index ASP453
17.5 用户453
17.6 ASP453
17.6.2 Courses ASP455
17.6.3 Topic List ASP456
17.6.4 Content ASP458
17.6.5 Quiz ASP459
17.6.6 Result ASP461
17.6.7 Help ASP463
第18章 Web站点增强工具465
18.2 Chat工具465
18.2.1 Web站点预览465
18.1 使用工具来拓展Web站点的功能465
18.2.2 数据表及其关系468
18.2.3 字段定义468
18.2.4 存储过程468
18.2.5 用户471
18.2.6 Global.asa文件471
18.2.7 ASP472
18.3.1 Web站点预览477
18.3 Classifieds工具477
18.3.2 数据表及其关系479
18.3.3 字段定义479
18.3.4 触发器480
18.3.5 存储过程481
18.3.6 用户488
18.3.7 ASP488
18.4 Question and Answer工具492
18.4.1 Web站点预览492
18.4.2 数据表及其关系493
18.4.3 字段定义493
18.4.4 存储过程494
18.4.5 用户496
18.4.6 ASP496
19.1.1 Web站点预览500
19.1 Contacts工具500
第19章 公司站点工具500
19.1.4 存储过程502
19.1.2 数据表及其关系502
19.1.3 字段定义502
19.1.5 用户510
19.1.6 ASP510
19.2 Survey工具514
19.2.1 Web站点预览514
19.2.2 数据表及其关系515
19.2.3 字段定义515
19.2.4 存储过程516
19.2.5 用户520
19.2.6 ASP520
19.3 Order Status工具522
19.3.1 Web站点预览522
19.3.2 数据表及其关系524
19.3.3 字段定义524
19.3.4 存储过程525
19.3.6 ASP528
19.3.5 用户528
第20章 E-Book和E-Help文件532
20.1 E-Book工具532
20.1.1 Web站点预览532
20.1.2 数据表及其关系536
20.1.3 字段定义536
20.1.5 用户545
20.1.6 ASP545
20.2 E-Help工具551
20.2.1 Web站点预览551
20.2.2 数据表及其关系552
20.2.3 字段定义552
20.2.4 存储过程553
20.2.5 ASP557