搜索资源列表
SQLBrowser
- 很久以前用delphi写的一个SQLServer外部的企业管理器,可对库中的表、过程、函数、类型等对象进行查看。主要的功能是实现了类似SQLServer中的查询分析器一样的多个语句同时编缉的功能。写好后就没有动过了,哪位有兴趣可以继续把功能加强。我的QQ:81106348-with delphi long ago wrote a SQLServer external enterprise management, which can be right for the table, processe
中文版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
sql2000数据库操作工具
- sqlserver2000的操作工具,可以按条件生成表结构、更新语句、插入语句等功能。
VC_ADO-SQLSERVER-Access
- mfc做的一个对话框,有对Access和SQL2000数据库的读取及修改、删除、插入操作。command、execute、open3种方式执行sql语句。 -mfc do, a dialog box with the Access and SQL2000 database to read and modify, delete, insert. command, execute, open3 ways to execute sql statement.
SQLSERVER
- 主要包括SQLSERVER中的SQL语句,如何操作数据库和对表进行增删改查等一系列的操作。-Including SQLSERVER the SQL statement, how to operate the database and table additions and deletions to investigate a series of operations.
ADO-SQLServer
- ADO连接SQLSever2000,并且通过sql语句,进行增删改查操作。 简单,方便快速入门,-ADO connection SQLSever2000, and through the sql statement, to additions or deletions to change search operation. Simple, convenient, quick start,
SQLServer
- SQL 语句,用于SQL Server的学习。-SQL statement, SQL Server for the study.
SQLServer
- SQLServer SQLServer 语句大全,集合sqlserver所有语句-SQLServer SQLServer statement Daquan, a collection of all statements sqlserver
chapter04
- sqlserver2005中所有select的语句 作为sqlserver语句的灵魂 有助于我们提高对sql的理解-sqlserver2005 all the select statement as a statement that the soul of sqlserver help us to improve the understanding of sql
Student
- VC++操作SqlServer数据库的参考源程序 VC++操作SqlServer数据库的一个参考程序,主要包括ADO的使用,压缩包内附带有SQLSERVER的备份文件,附加即可,其实你可以把这个程序当作一个数据库编程的教程,它介绍了VC++如何连接SqlServer,添加、删除、备份、修改数据,包含一些常用SQL语句的语法示例等,自带有一个CHM帮助文档,向你讲解一些基础知识,因此对VC入门级选手特别有用 -VC++ operator SqlServer database referen
JavaDB
- 这个用Java完成的程序可以把数据库里的数据导出为其它数据库的insert语句,用于数据备份或迁移到另一个数据库,注意,在数据转换过程中,文本和二进制字段将被忽略,程序支持oracle、sybase、mysql和ms sqlServer数据库。你可以修改参数文件、增加新的jdbc驱动来增加新数据库种类的支持。-The use of Java to complete the program can export the data in the database insert statement f
sqlserver
- sql server 中sql语句的详细说明加用例,能够更清晰了解sql server-sql server sql statement in detail Minga use cases, to more clearly understand the sql server
sQLServer.statements
- sQLServer实用SQL编程语句设计资料sQLServer practical design information SQL programming statements -sQLServer practical design information SQL programming statements
sqlServer
- sql server 平常生活中需要用到的基本语句,包括创建,修改,查询,删除-sql server 平常生活中需要用到的基本语句,包括创建,修改,查询,删除
SQLServer
- 如何优化SqlServer语句,加速数据库运行。-Optimization Sql
sqlserver
- 本文系统的建设了sqlserver的应用以及多种sql语句。基本涵盖了常用的sql语句,方便初学者进行sqlserver的学习。-In this paper, the construction of the system as well as a variety of applications sqlserver sql statement. Covering the common sql statement sqlserver easy for beginners to learn.
mssql
- 编程资料,适合sqlserver语句转换功能。小巧,灵活。(Programming information, suitable for sqlserver statement conversion function. Compact and flexible.)
数据库(sqlserver)查询器
- 通过界面可简单的分类查询具体的sql server数据库中要找的数据,最主要的是 显示找到的数据所使用的sql语句。对工作学习数据库语言作用显著。(Through the interface can be simple classification query specific SQL Server database to find the data, the most important thing is that Displays the SQL statement used to fi
学生信息管理系统
- C#做的学生信息管理系统,学生,教师,管理员三个用户组,有不同的增、删、改、查权限,自带建表sql语句(C# student information management system, students, teachers, administrators three user groups, there are different, delete, change, check rights, with the construction of the table SQL statement)
用批处理运行sqlserver语句
- 用批处理运行sqlserver语句,同时输出运行结果到log(Run the sqlserver statement in batches and output the run results to log.)