-
使用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
-
数据库分析一个很好的学习材料,需要的可以下载哦!
数据库分析一个很好的学习材料,需要的可以下载哦!-Database analysis of a very good learning materials can be downloaded in need Oh!
- 2023-07-13 08:20:12下载
- 积分:1
-
SQLServer
用于数据库的加密,还是一个蛮好的介绍的文档。大家共享下(For database encryption, or a fine introduction to the document. We shareit)
- 2013-09-17 23:11:06下载
- 积分:1
-
通过配置数据库连接并选择数据库表,数据库表…
通过配置数据库连接并选择数据库表,可自动生成数据库表的实体类,并且实体类中包含记录集合,可在类中对各记录集合进行修改后一次性提交保存,支持事务.-By configuring the database connection and select database tables, database tables can be automatically generated entity class and entity class collection contains records, you can type in the collection of the records submitted by the modified one-time preservation, support for Services.
- 2022-02-02 06:58:24下载
- 积分:1
-
第一级的Microsoft SQL Server 2005
Primer nivel de SQL Server 2005 de Microsoft
- 2022-04-10 17:48:07下载
- 积分:1
-
Use delphi to prepare the personnel management system, using a sql database
用delphi编写的人事管理系统,用的是sql的数据库-Use delphi to prepare the personnel management system, using a sql database
- 2023-04-21 22:35:04下载
- 积分:1
-
简单的数据库开发,用到了MYSQL的工具,供学习所用
简单的数据库开发,用到了MYSQL的工具,供学习所用-A simple database development, use of MYSQL tools for learning to use
- 2023-06-28 06:35:03下载
- 积分:1
-
SQL抓取数据,BBS数据采集,方便浏览各用户需要
SQL抓取数据,BBS数据采集,方便浏览各用户需要-SQL crawl data, BBS data collection to facilitate access by all users need to
- 2023-03-25 04:40:04下载
- 积分:1
-
use development environment and SQL Server, to respond to a specific application...
利用delphi开发环境和SQL Server服务器,针对一个具体的应用需求,完成该应 用系统的总体结构设计、功能模块设计,详细设计。-use development environment and SQL Server, to respond to a specific application requirements, the completion of the application system architecture design, functional module design, detailed design.
- 2022-05-12 17:44:49下载
- 积分:1
-
动态SQL的笔记
Notes on Dynamic SQL
- 2022-12-07 16:20:03下载
- 积分:1