Welcome![Sign In][Sign Up]
Location:
Search - t-sql

Search list

[WEB CodeT-SQL示例大全

Description: T-SQL示例大全-T-SQL examples Daquan
Platform: | Size: 3218434 | Author: 李刚 | Hits:

[Crack HackMD5--T-SQL

Description: 关于MD5算法的T-SQL实现,适用于MS SQL2000系统下-MD5 algorithm on the T-SQL applies to MS SQL2000 system
Platform: | Size: 4327 | Author: 马克 | Hits:

[Other resourceInside.Microsoft.SQL.Server.2005.T-SQL.Programming

Description: 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 for SQL Server. Written by a T-SQL guru, this guide focuses on language features and how they are interpreted and processed by the SQL Server execution engine. You¡ ¯ ll get in-depth coverage of the sophisticated uses of T-SQL, including triggers, user-defined functions, exception handling, and more. The book explains and compares solutions to database-development problems in both SQL Server 2000 and SQL Server 2005, discussing the new T-SQL programming features added to SQL Server 2005 in detail. Includes extensive code samples, table examples, and logic puzzles to help database developers and administrators understand the intricacies and help promote mastery of T-SQL.-This thorough, hands-on reference for database developers an d administrators delivers expert guidance on s ophisticated uses of Transact-SQL (T-SQL)
Platform: | Size: 2757371 | Author: li ming | Hits:

[DocumentsT-SQL示例大全

Description: T-SQL示例大全-T-SQL examples Daquan
Platform: | Size: 3218432 | Author: 李刚 | Hits:

[Crack HackMD5--T-SQL

Description: 关于MD5算法的T-SQL实现,适用于MS SQL2000系统下-MD5 algorithm on the T-SQL applies to MS SQL2000 system
Platform: | Size: 4096 | Author: 马克 | Hits:

[Software EngineeringInside.Microsoft.SQL.Server.2005.T-SQL.Programming

Description: 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 for SQL Server. Written by a T-SQL guru, this guide focuses on language features and how they are interpreted and processed by the SQL Server execution engine. You¡ ¯ ll get in-depth coverage of the sophisticated uses of T-SQL, including triggers, user-defined functions, exception handling, and more. The book explains and compares solutions to database-development problems in both SQL Server 2000 and SQL Server 2005, discussing the new T-SQL programming features added to SQL Server 2005 in detail. Includes extensive code samples, table examples, and logic puzzles to help database developers and administrators understand the intricacies and help promote mastery of T-SQL.-This thorough, hands-on reference for database developers an d administrators delivers expert guidance on s ophisticated uses of Transact-SQL (T-SQL)
Platform: | Size: 2756608 | Author: li ming | Hits:

[Software EngineeringTransact-SQL

Description: 本人整理关编译的关于Transact-SQL的资料,希望对网友们有所帮助。-I collate compile clearance on Transact-SQL data, and they hope to be helpful to users.
Platform: | Size: 2769920 | Author: Arthur | Hits:

[Delphi VCLWZXSXTDELPHI+SQL

Description: delphi+SQL编写的销售系统,功能不错,可以提供不错的参考,本人学生 自己写的小程序,-delphi+ SQL prepared marketing systems, function well, can provide a good reference, I have students write their own small procedures,
Platform: | Size: 5025792 | Author: zhoujiajian | Hits:

[SQL ServerInside_Microsoft_SQLServer_2005_T-SQL_Programming_

Description: Inside Microsoft SQL Server 2005: T-SQL Programming。-Inside Microsoft SQL Server 2005: T-SQL Programming.
Platform: | Size: 2710528 | Author: kangyan | Hits:

[SQL ServerInside+Microsoft+SQL+Server+2005+T-SQL+Programming

Description: SQL Server 2005微软官方权威参考手册. 是Inside Microsoft SQL Server 2005系列书中的第一本,SQL Server类的顶尖之作 全球公认SQL Server 2005经典著作,囊括大量鲜为人知的技术内幕,大师智慧、专家经验尽览无余。.. 本系列图书中文版得到了微软总部SQL Server组专家的高度重视,同时也得到了微软中国上海SQL Server全球技术支持中心的高度关注。... -SQL Server 2005 Microsoft official authoritative reference manual. Is Inside Microsoft SQL Server 2005 series of the first book, SQL Server category of the top globally recognized for SQL Server 2005 classic, includes a large number of little-known technical insider, master of wisdom, expertise无余nodes. .. In this series of books has been the Chinese version of Microsoft SQL Server team of experts from the headquarters of high priority, but also by the Microsoft SQL Server Shanghai, China, the global technical support center attention. ...
Platform: | Size: 2710528 | Author: 李凤杰 | Hits:

[SQL ServerT-SQL

Description: 在学习SQL Server过程中整理的T-SQL语句,适合初学者学习使用。-SQL Server in the learning process of finishing T-SQL statement, suitable for beginners learning to use.
Platform: | Size: 23552 | Author: leshishi | Hits:

[Delphi VCLT-SQL

Description:
Platform: | Size: 2048 | Author: hfm | Hits:

[SQL ServerSQL.Server.2008.for.Developers.From.Novice.to.Pro

Description: 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 to use a graphical interface for as much work as possible, to those who want to become more adept at using SQL Server 2008’s programming language, Transact SQL (T-SQL). Where practical, this book demonstrates, explains, and expands upon each method of using SQL Server 2008 so that you can evaluate which works best in your situation.
Platform: | Size: 15124480 | Author: Di_Ablo | Hits:

[Software EngineeringT-SQL

Description: T-SQL语句希望对大家有帮助,希望大家满意-T-SQL statement that you want to help
Platform: | Size: 8192 | Author: SHABI | Hits:

[SQL Serverviewcreate-sql

Description: 一、实验目的 1)理解视图的概念。 2)掌握创建视图的方法。 3)掌握更改视图的方法。 4)掌握用视图管理数据的方法。 二、实验内容 3、用T-SQL语言创建、管理视图 (以下题目需提交) (1)创建视图 1)创建一个名为stuview2的水平视图,从数据库XSGL的student表中查询出性别为“男”的所有学生的资料。并在创建视图时使用with check option。(注:该子句用于强制视图上执行的所有修改语句必须符合由Select语句where中的条件。) T-SQL语句为: Create view stuview2 As Select * From student Where sex= 男 -1, experimental purposes 1) understand the concept of view. 2) to master the method to create the view. 3) control to change the view method. 4) The master with the view of management data. Second, the contents of three experiments, using T-SQL language to create, manage view (the following topics should be submitted) (1) create a view of a) Create a file called stuview2 level view of the student table from the database query XSGL the gender as " male " All the students information. Used in the creation of the view with check option. (Note: This clause is used to force all the modifications performed on the view must be consistent with statements by the Select statement where the condition.)
Platform: | Size: 200704 | Author: kice | Hits:

[ADO-ODBCsql

Description: 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 to help individuals
Platform: | Size: 10240 | Author: 千纸鹤 | Hits:

[SQL ServerT-SQL

Description: T-SQL基本使用说明,适合初学者学习SQL SERVER时使用-T-SQL basic instructions for beginners to learn to use SQL SERVER
Platform: | Size: 249856 | Author: zqleap | Hits:

[SQL ServerApress.Beginning.T-SQL.2008.Oct.2009

Description: Beginning T-SQL 2008. This book introduces you to the language known as T-SQL, also called Transact-SQL.
Platform: | Size: 6893568 | Author: istrice | Hits:

[SQL ServerMicrosoft.Press.Microsoft.SQL.Server.2008.T-SQL.F

Description: 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 to query and modify data, and get an overview of programmable objects.-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 to query and modify data, and get an overview of programmable objects.
Platform: | Size: 2001920 | Author: arash | Hits:

[SQL ServerT-SQL代码规范

Description: 一个嵌套代码块中的语句使用四个空格的缩进。(上述代码中的多行 SELECT 语句是一个 SQL 语句。)在同一语句中开始新行时,使 SQL 关键字右对齐。将代码编辑器配置为使用空格,而不是使用制表符[每个制表符对应为4个空格,请在SQL编辑器中进行设置。]。这样,不管使用何种程序查看代码,格式都是一致的。(A statement in a nested block of code that uses four spaces for indentation. The multiline SELECT statement in the above code is a SQL statement When you start a new row in the same statement, make the SQL keyword right justified. Configure the code editor to use spaces instead of tabs. [each tab corresponds to 4 spaces. Set it in the SQL editor. ]. Thus, the format is consistent regardless of which program is used to view the code.)
Platform: | Size: 379904 | Author: 哦嚯嘢哒哨 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net