-
一个数据库测试实例,关于微软的SQL SERVER开发的。可以作为参考。...
一个数据库测试实例,关于微软的SQL SERVER开发的。可以作为参考。-example of a test database on the Microsoft SQL Server development. May be used as reference.
- 2022-02-12 19:13:34下载
- 积分:1
-
可以将局域网内的其它SQL Server2000数据库显示到列表框供用户灵活选择数据库...
可以将局域网内的其它SQL Server2000数据库显示到列表框供用户灵活选择数据库-LAN can be the other SQL Server 2000 database shows to the list box for users flexibility in choosing the database
- 2022-01-22 02:01:05下载
- 积分:1
-
库存管理信息系统,实现了入库,转库,查询,系统管理的功能...
库存管理信息系统,实现了入库,转库,查询,系统管理的功能-Inventory management information systems, to achieve the storage, transfer database, query, system management functions
- 2022-07-03 03:29:41下载
- 积分:1
-
FHPT
凤凰平台 sql net开发-fhpt
- 2022-01-31 07:33:59下载
- 积分:1
-
医院糖尿病管理系统。是一个客户端
医院糖尿病管理系统.是客户机服务器架构的,在某地正在使用.这里仅供学习-Hospital diabetes management system. Is a client-server architecture, in a certain way is to use. Here is for learning
- 2023-03-22 07:05:04下载
- 积分:1
-
完成从EXCEL文件向SQLSERVER的数据导入和导出,能自动识别数据有效范围,对于用户完全屏蔽EXCEL的启动过程;...
完成从EXCEL文件向SQLSERVER的数据导入和导出,能自动识别数据有效范围,对于用户完全屏蔽EXCEL的启动过程;-DataPopline From SQL Server To Excel File.
- 2022-02-24 22:12:35下载
- 积分:1
-
This is my year of preparation, "the staff payroll system," VB link SQ...
这是我前年编写的“教职工工资发放系统”,应用VB连接SQLSEVER编程,现在已经在我们学校试运行,效果还不错,有兴趣地来看看哦-This is my year of preparation, "the staff payroll system," VB link SQLSEVER programming, is now in trial operation of our school, the results were pretty good. interested to see flash open her cloak
- 2023-06-11 17:40:03下载
- 积分:1
-
一个VC物流管理系统的源码。:创建数据库
将Material.sql中的SQL语句考入SQL Server的查询分析器中,全部运行;
2:建立ODBC...
一个VC物流管理系统的源码。:创建数据库
将Material.sql中的SQL语句考入SQL Server的查询分析器中,全部运行;
2:建立ODBC数据源
数据原名称为Material_MIS-a logistics management system source code. : Creating the database will Material.sql the SQL Server SQL admitted to the inquiry analyzers, all operations; 2 : build ODBC data source data formerly known as Material_MIS
- 2022-03-23 14:51:37下载
- 积分:1
-
code for the operation of the database is sql server database
该代码是对数据库操作的数据库是sql server-code for the operation of the database is sql server database
- 2022-02-06 08:50:10下载
- 积分: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