-
简单的酒店管理系统 c# +9 SQLserver 2
简单的酒店管理系统 c# +9 SQLserver 2-Simple hotel management system for c#+ 9 SQLserver 2
- 2022-02-14 17:30:36下载
- 积分:1
-
SQL Server 2005认证指南。
Guide for SQL Server 2005 certification.
70-442 Designing and Optimizing Data Access using SQL Server 2005
- 2022-05-16 07:44:16下载
- 积分:1
-
one pair of ADO.NET data for good packaging of the original code, the operation...
一个对ADO.NET数据进行良好的包装的的原码,对数据库的操作参考。-one pair of ADO.NET data for good packaging of the original code, the operation of the database information.
- 2022-02-13 22:59:36下载
- 积分:1
-
MySQL的最详细帮助文件
MySQL的最详细帮助文件,对初学mysql的朋友具有一定的帮助
- 2022-05-30 10:51:33下载
- 积分:1
-
against the source is the development of small and medium
本源码是针对中小型超市而开发的超市管理系统,使用方便-against the source is the development of small and medium-sized supermarkets and supermarket management system, easy to use
- 2022-02-01 03:49:33下载
- 积分:1
-
SQL数据库基础语法操作,以及常用语句说明。
SQL数据库基础语法操作,以及常用语句说明。-SQL database syntax-based operations, as well as the common statement instructions.
- 2022-03-24 13:35:07下载
- 积分:1
-
用VC++ 6.0在SQL server中添加JPG格式图片
用VC++ 6.0在SQL server中添加JPG格式图片-With VC++ 6.0 in SQL server add JPG format picture
- 2022-01-26 04:43:09下载
- 积分:1
-
理解使用数据库的原因
掌握数据库的基本概念和特点
理解Microsoft SQL Server简史
理解Microsoft SQL Server系统...
理解使用数据库的原因
掌握数据库的基本概念和特点
理解Microsoft SQL Server简史
理解Microsoft SQL Server系统的体系结构
理解数据库和数据库对象的特点
理解管理工具的特点
理解数据库管理员的任务
-Understand the reasons for using the database to master database to understand the basic concepts and features of Microsoft SQL Server A Brief History of understanding of Microsoft SQL Server system architecture understanding of databases and database objects to understand the characteristics of management tools to understand the characteristics of the task of database administrator
- 2022-03-04 23:21:15下载
- 积分:1
-
单世民 老师 编写的数据库系统结构 ppt
单世民 老师 编写的数据库系统结构 ppt -SHAN Shi-min teacher to prepare a database system architecture ppt
- 2022-03-15 00:15:21下载
- 积分:1
-
使用T-SQL编写存储过程
应用背景介绍使用T-SQL编写存储过程的基本用法,供初学者学习之用。存储过程是预先编译好的一组 Transact-SQL 语句,作为一个单元存储在服务器端并在服务器端执行. 存储过程可以带输入、 输出参数, 具有返回值. 存储过程的优点如下:
(1) 存储过程可以强制应用程序的安全性, 可以防御 SQL 注入攻击.
(2) 存储过程大大减少网络通信流量.
(3) 存储过程在服务器上注册, 执行效率高.
(4) 存储过程大大提高应用程序的可维护性和设计效率.关键技术
在SQL Server 2008中定义、执行、修改存储过程。使用create procedure或create proc定义存储过程,使用exec或execute执行存储过程,使用alter proc或alter procedure修改已有存储过程。包含输入、输出参数的使用。包含用户登录、修改密码、模糊查询等存储过程。
- 2023-06-18 02:30:02下载
- 积分:1