搜索资源列表
HYZpos
- 一个MSSQL数据库会员制商场管理系统,带数据库SQL生成文件
vb6+sql
- vb6环境下的学生管理系统,有sql脚本自动生成sql数据库。 系统完整,结构清晰,适合初学者调试理解!
中文版SQL Server2000开发与管理应用实例
- 第 1 章 安装和配置SQL Server 1 1.1 SQL Server的版本和版本选择 1 1.2 安装SQL Server的常见问题 3 1.3 如何理解实例 5 1.4 如何实现无值守安装 5 1.5 Desktop Engine 9 1.5.1 MSDE 2000概述 9 1.5.2 获取MSDE 2000 9 1.5.3 安装MSDE 2000 10 1.5.4 管理MSDE 2000 11 1.5.5 支持的并发用户数和数据库容量 12 1.6 SQL Se
SQL-Builder
- 一个通过界面操作生成SQL语句的实用软件-Generated by the operation of a SQL statement interface utility software
SqlServier-SQLCE
- 完成SQL SERVER表结构自动生成SQL CE数据库;把sql server数据表导入到sql ce数据表中。-SQL SERVER table to complete the structure of automatically generated SQL CE database the sql server data table into sql ce data table.
sql
- SQL 语句,在查询分析器打开后运行,生成SPJ和STUDENT中的各个表-SQL statement in Query Analyzer to open after the operation, to generate SPJ and each table STUDENT
getinsertsql
- 将SQLSERVER记录还原生成Insert的SQL语句,方便生成数据库安装记录,备份重要数据, 支持字段多,但暂时不支持image类字段-SQLSERVER records will be generated to restore Insert the SQL statement to generate a database to facilitate the installation records, back up important data to support the field,
SQL
- mysql 根据你的配置 程序会自动生成sql语句 然后就可以把这些sql语句执行了-mysql based on your configuration process will automatically generate sql statements and then on these sql statements can be implemented
SQL
- SQLserver动态生成.和连接器,有了它就不需要写很多代码来生成连接-Dynamically generated SQL. And connectors, with a lot of it does not need to write code to generate the connection
sqldu
- 数据库代码生成器主要是便于程序员不需要些很多的SQL的代码,只要写他的条件就可以生成很好的SQL语句-sqldu where and sql
twitter
- twitter可以看成是一种微博客,其基本结构由发布者和跟随者组成。设计如下表格: user(uid, uname, rank), 初始时rank=0; follow(idol, fan), 表示fan跟随了idol;message(msg_id, uid, msg_content),存储所有发布的消息,uid是消息发布者的标识。 使用触发器完成如下功能:当往message表中插入新消息后,检索follow表,把该消息发送给它的生成者的fans,当然只要显示“***收到了**
yundonghui
- 一个简单的用vb和sql做的系统,属于课程设计,能实现简单的运动会的过程管理,参赛项目的设定,录入,运动员报名,赛程设置,成绩录入,成绩查询并输出,名次生成,系统备份等功能,系统运行良好,界面美观。-A simple to do with vb and sql system, belonging to curriculum design, to achieve the simple games of process management, configuration entries, entry
MS-SQL-Server
- MS SQL Server数据库生成Data备份的存储过程
sql
- sql分页查询,生成存储过程。简单很容易就能看懂-sql query page to generate stored procedures. Simple and very easy to understand
SQL-bank
- 银行自助取款机系统,实现如下功能: 1、开户(到银行填写开户申请单,卡号自动生成) 2、取钱 3、存钱 4、查询余额 5、转账-Bank ATM system, realizes the following function:In 1, the account ( to the bank account opening application form, the card number is generated automatically )2, take the money
CreateSQL
- 一个可以将固定表格样式的word文件设计的数据库表转化为SQL生成语句的程序。可以部分取代PD的工作,为喜欢用word设计数据库表的开发者带来方便。-One can be fixed table style word document designed to generate database tables into SQL procedure statement. PD' s work can be partially substituted for the word love with
StudyDB.sql
- 生成数据库 创建StudyDB1数据库中的表.sql-StudyDB1 USE StudyDB1 go raiserror create table Recruitmentusers ( cUserName char(10), cPassword char(10) ) raiserror( 创建表 Departme
EXCEL-TO-SQL
- Excel按固定格式设计表结构,自动生成建表SQL-Excel automatically generates SQL to build the table
两个数据库对比列名
- 查找两个数据库所有表对比,删除多余列。生成语句并显示(Find two databases, compare all tables, and delete the extra columns)
sql
- 根据给定条件,自动生成insert/update语句(Automatically generate insert/update statements based on a given condition)