搜索资源列表
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的操作工具,可以按条件生成表结构、更新语句、插入语句等功能。
Java数据库备份迁移程序的源代码
- 这个用Java完成的程序可以把数据库里的数据导出为其它数据库的insert语句,用于数据备份或迁移到另一个数据库,注意,在数据转换过程中,文本和二进制字段将被忽略,程序支持oracle、sybase、mysql和ms sqlServer数据库。你可以修改参数文件、增加新的jdbc驱动来增加新数据库种类的支持。
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.
RunSql
- 一个输入SQL语句生成数据表记录的工具,支持SQLSERVER,无需安装,在windows环境下运行,类似于isqlw-Enter the SQL statement to generate a data table records tool support SQLSERVER, do not need to install in the windows environment to run, similar to isqlw
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,
SQLServer
- SQL 语句,用于SQL Server的学习。-SQL statement, SQL Server for the study.
userinfot
- SQLServer数据库 SQL语句的常用写法-SQLServer database of commonly used SQL statement written
synchronize
- 1. 熟悉常用网络数据库的安装和使用 2. 掌握网络数据库的应用编程技术 3. 掌握网络环境下实现数据同步的相关编程知识 4. 掌握网络通信编程的具体应用 Oracle的安装和使用 2、SQL Server的安装和使用 3、数据库应用编程 本次实验采用ADO技术访问Oracle 9i和SqlServer 2000 数据库,用VC++开发,选用MFC开发工具。实验要求中只要求从从站到中心站的同步,这里我们加大难度实现了从站和中心站的互同步。项目名称为:synchroni
SQLServer
- SQLServer SQLServer 语句大全,集合sqlserver所有语句-SQLServer SQLServer statement Daquan, a collection of all statements sqlserver
SQL
- SQL语句导入导出大全 htm格式,适合有sql基础的人学习研究-microsoft 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
SQLLearning
- SQLServer使用教程和SQL语句学习教程。-Some books used to learn sql.
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 平常生活中需要用到的基本语句,包括创建,修改,查询,删除
学生信息管理系统
- 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.)