搜索资源列表
T-SQL示例大全
- T-SQL示例大全-T-SQL examples Daquan
MD5--T-SQL
- 关于MD5算法的T-SQL实现,适用于MS SQL2000系统下-MD5 algorithm on the T-SQL applies to MS SQL2000 system
Inside.Microsoft.SQL.Server.2005.T-SQL.Programming
- This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)¡ ª one of the most familiar and powerful programming languages
T-SQL示例大全
- T-SQL示例大全-T-SQL examples Daquan
MD5--T-SQL
- 关于MD5算法的T-SQL实现,适用于MS SQL2000系统下-MD5 algorithm on the T-SQL applies to MS SQL2000 system
Inside.Microsoft.SQL.Server.2005.T-SQL.Programming
- This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)¡ ª one of the most familiar and powerful programming languages
Transact-SQL
- 本人整理关编译的关于Transact-SQL的资料,希望对网友们有所帮助。-I collate compile clearance on Transact-SQL data, and they hope to be helpful to users.
WZXSXTDELPHI+SQL
- delphi+SQL编写的销售系统,功能不错,可以提供不错的参考,本人学生 自己写的小程序,-delphi+ SQL prepared marketing systems, function well, can provide a good reference, I have students write their own small procedures,
Inside_Microsoft_SQLServer_2005_T-SQL_Programming_
- Inside Microsoft SQL Server 2005: T-SQL Programming。-Inside Microsoft SQL Server 2005: T-SQL Programming.
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全球技术支持中心的高度关注。...
T-SQL
- 在学习SQL Server过程中整理的T-SQL语句,适合初学者学习使用。-SQL Server in the learning process of finishing T-SQL statement, suitable for beginners learning to use.
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 devel
T-SQL
- T-SQL语句希望对大家有帮助,希望大家满意-T-SQL statement that you want to help
viewcreate-sql
- 一、实验目的 1)理解视图的概念。 2)掌握创建视图的方法。 3)掌握更改视图的方法。 4)掌握用视图管理数据的方法。 二、实验内容 3、用T-SQL语言创建、管理视图 (以下题目需提交) (1)创建视图 1)创建一个名为stuview2的水平视图,从数据库XSGL的student表中查询出性别为“男”的所有学生的资料。并在创建视图时使用with check option。(注:该子句用于强制视图上执行的
sql
- T-SQL个人语法帮助 T-SQL个人语法帮助 T-SQL个人语法帮助 T-SQL个人语法帮助-T-SQL syntax to help individuals personal T-SQL syntax to help T-SQL syntax to help individuals personal T-SQL syntax to help T-SQL syntax to help individuals T-SQL syntax
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 programmi
T-SQL代码规范
- 一个嵌套代码块中的语句使用四个空格的缩进。(上述代码中的多行 SELECT 语句是一个 SQL 语句。)在同一语句中开始新行时,使 SQL 关键字右对齐。将代码编辑器配置为使用空格,而不是使用制表符[每个制表符对应为4个空格,请在SQL编辑器中进行设置。]。这样,不管使用何种程序查看代码,格式都是一致的。(A statement in a nested block of code that uses four spaces for in