搜索资源列表
SQLServer2005
- 数据库技术与应用——SQL Server 2005教程,清华大学的教程ppt-Database Technology and Applications- SQL Server 2005 tutorials, Tsinghua University tutorial ppt
SQL.Server.2008.for.Developers.From.Novice.to.Pro
- Right from the start, this book will expand your basic knowledge, and you will soon find yourself moving from a beginner toward a competent and professional developer. This book aims to cater to a wide range of developers, from those who prefer t
Inside+Microsoft+SQL+Server+2005+T-SQL+Programming
- SQL Server 2005微软官方权威参考手册. 是Inside Microsoft SQL Server 2005系列书中的第一本,SQL Server类的顶尖之作 全球公认SQL Server 2005经典著作,囊括大量鲜为人知的技术内幕,大师智慧、专家经验尽览无余。.. 本系列图书中文版得到了微软总部SQL Server组专家的高度重视,同时也得到了微软中国上海SQL Server全球技术支持中心的高度关注。... -SQL Server 2005 Microsoft
T-SQL
- 在学习SQL Server过程中整理的T-SQL语句,适合初学者学习使用。-SQL Server in the learning process of finishing T-SQL statement, suitable for beginners learning to use.
Sams.Teach.Yourself.Microsoft.SQL.Server.T-SQL.in
- Sams Teach Yourself sql server is a good one for self study
SQLServer2005samples
- 全面系统地介绍了SQL Server 2005应用、开发和管理方面的技术,涉及安装和升级SQL Server、T-SQL增强、T-SQL应用、XML数据处理、CLR集成、开发SQL Server应用程序、端点、Service Broker、SQL Server Integration Services、SQL Server配置、SQL Server安全管理、数据的加密与解密、数据备份与还原、数据库的高可用性技术、查询SQL Server对象信息、服务器性能监视等内容。-Comprehensive
Apress.SQL.Server.2008.Transact.SQL.PDF
- Excellent ebook about T-SQL
SQL
- Database Programming - Intro to MS SQL Server2000 - T-SQL and DBMS based programming - Stored Procedures - Transactions - Triggers
T-sqlprogramingstructure
- T-SQL编程结构介绍。包括注释结构、变量声明、判断和循环、游标、事务、、备份等基本概念。是入门的好书籍-Introduced T-SQL programming structure. Including annotations structure, variable declarations, judgments, and circulation, cursors, transactions, backup and other basic concepts. Is a good book en
viewcreate-sql
- 一、实验目的 1)理解视图的概念。 2)掌握创建视图的方法。 3)掌握更改视图的方法。 4)掌握用视图管理数据的方法。 二、实验内容 3、用T-SQL语言创建、管理视图 (以下题目需提交) (1)创建视图 1)创建一个名为stuview2的水平视图,从数据库XSGL的student表中查询出性别为“男”的所有学生的资料。并在创建视图时使用with check option。(注:该子句用于强制视图上执行的所有修改语句必须符合由Select语句where中的条件。)
SQL
- 经典T-SQL语句大全,内容攘括各个方面的,很适合初学者学习sql.-Classic T-SQL statement Daquan, including all aspects of the content of busy movement, it is suitable for beginners to learn sql.
T-SQL
- T-SQL基本使用说明,适合初学者学习SQL SERVER时使用-T-SQL basic instructions for beginners to learn to use SQL SERVER
Apress.Beginning.T-SQL.2008.Oct.2009
- Beginning T-SQL 2008. This book introduces you to the language known as T-SQL, also called Transact-SQL.
Microsoft.Press.Microsoft.SQL.Server.2008.T-SQL.F
- This book walks you through your first steps in T-SQL (also known as Transact-SQL), which is the Microsoft SQL Server dialect of the standard ANSI-SQL language. You ll learn the theory behind T-SQL querying and programming, how to develop T-SQL code
T-SQL
- sql 语句总结,利用T-SQL语句,实现数据库的备份与还原的功能-The SQL statement summarizes the SQL statement summarizes, using the T-the SQL statement, realize the database backup and restore function
T-SQL
- T-SQL 开发大全配套示例代码,SQL server-sql server T-SQL development, demon code
T-SQL
- 数据库实验 T-SQL编程 综合有 条件结构 循环结构 CASE结构 函数使用-Database, T-SQL programming comprehensive experimental conditional loop structure structure structure function using CASE
T-SQL-stored-procedure
- T-SQL破解加密的存储过程,包含sql2000和sql2005两个版本。-T-SQL stored procedure to break the encryption, including sql2000 and sql2005 two versions.
T-SQl
- 关于t-sql的使用,
T-SQL代码规范
- 一个嵌套代码块中的语句使用四个空格的缩进。(上述代码中的多行 SELECT 语句是一个 SQL 语句。)在同一语句中开始新行时,使 SQL 关键字右对齐。将代码编辑器配置为使用空格,而不是使用制表符[每个制表符对应为4个空格,请在SQL编辑器中进行设置。]。这样,不管使用何种程序查看代码,格式都是一致的。(A statement in a nested block of code that uses four spaces for indentation. The multiline SELEC