-
liti3
mysql5.5从零开始学的例题源码,第7章第8章的例题源码(mysql5.5 source code examples to learn from scratch, Chapter 7, Chapter 8 Example source)
- 2013-12-26 09:12:31下载
- 积分: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
-
Rummery
说明: 酒店管理系统后台数据库存储过程,实现添加房间,修改房间信息和管理人员的信息。(Hotel management system back-end database stored procedure, the realization of room to add, modify room information and management information.)
- 2008-11-12 15:54:01下载
- 积分:1
-
这个SQL的书,这本书讲述了如何启动SQL Server有命令(S.
This SQL Book, and this Book Tells how to Start Sql Server and there Commands (Select , Insert,Update ect)-This is SQL Book, and this Book Tells how to Start Sql Server and there Commands (Select , Insert,Update ect)
- 2022-01-29 03:42:37下载
- 积分:1
-
一个简单的应用学生管理系统,查询学生详细的个人信息
一个简单的应用学生管理系统,查询学生详细的个人信息-A simple application of student management system, query the detailed personal information of students
- 2022-02-21 08:22:13下载
- 积分:1
-
tsql md5 function, md5 is a summary algorithm can also be used for encryption, e...
tsql md5函数,md5是一个摘要算法,也可用于加密,加密后不可反相运算-tsql md5 function, md5 is a summary algorithm can also be used for encryption, encrypted not RP-Operational
- 2023-08-08 04:50:03下载
- 积分:1
-
是一个宿舍管理系统,功能较完整,是关于数据库的课程设计.
是一个宿舍管理系统,功能较完整,是关于数据库的课程设计.-quarters of a management system function more complete, the database is on the curriculum design.
- 2022-03-03 23:45:02下载
- 积分:1
-
这是c#编写的对数据库备份和还原的源代码 可以不需要在数据库中那么繁琐的备份了
这是c#编写的对数据库备份和还原的源代码 可以不需要在数据库中那么繁琐的备份了-This is a c# Prepared the database backup and restore do not need the source code can be cumbersome in the database then backup the
- 2022-05-17 12:05:18下载
- 积分:1
-
C#访问数据库,并建立多个表之间的关系,查询多个表,包含了数据库Northwind...
C#访问数据库,并建立多个表之间的关系,查询多个表,包含了数据库Northwind-C# Access the database and to establish the relationship between multiple tables, query multiple tables, including a database Northwind
- 2022-03-29 06:40:28下载
- 积分:1
-
1
说明: sp executesql动态SQL变量传递(sp executesqlsp executesql)
- 2012-02-05 14:52:57下载
- 积分:1