CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 SQL Server数据库 搜索资源 - A* T

搜索资源列表

  1. 追查ZhuiCha_com网络技术 追查网络技术论坛.files

    0下载:
  2. (2) 主要算法的基本思想: 从题目上来分析我认为这是一个图的最短路径问题。因此决定用Dijkstra算法按路径长度递增的顺序逐步产生最短路径的方法:设置两个顶点的集合T和S,集合S中存放已找到的最短路径的顶点,集合T中存放当前还未找到的最短路径的顶点。初始状态时,集合S中只包含源点V0,然后不断从集合T中选取到顶点V0路径长度最短的顶点加入到集合S中,集合S中每加入一个新的顶点U,都要修改顶点V0到集合T中剩余顶点的最短路径长度值,集合T中各顶点新的最短路径长度值为原来的最短路径长度值与顶
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:23.35kb
    • 提供者:林渊
  1. LookupAPI

    0下载:
  2. This program uses the database created by MakeAPIDB. It opens a connection * to a database using the same property file used by MakeAPIDB. Then it * queries that database in several interesting ways to obtain useful * information about Java
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:3.12kb
    • 提供者:李霞
  1. SQL.Server.2008.for.Developers.From.Novice.to.Pro

    0下载:
  2. 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
  3. 所属分类:SQL Server

    • 发布日期:2017-06-02
    • 文件大小:14.42mb
    • 提供者:Di_Ablo
  1. Inside+Microsoft+SQL+Server+2005+T-SQL+Programming

    0下载:
  2. SQL Server 2005微软官方权威参考手册. 是Inside Microsoft SQL Server 2005系列书中的第一本,SQL Server类的顶尖之作 全球公认SQL Server 2005经典著作,囊括大量鲜为人知的技术内幕,大师智慧、专家经验尽览无余。.. 本系列图书中文版得到了微软总部SQL Server组专家的高度重视,同时也得到了微软中国上海SQL Server全球技术支持中心的高度关注。... -SQL Server 2005 Microsoft
  3. 所属分类:SQL Server

    • 发布日期:2017-04-09
    • 文件大小:2.59mb
    • 提供者:李凤杰
  1. makedata

    0下载:
  2. 为学习T-Sql的初学者准备的一个自动建立数据库、表、练习数据的Sql脚本文件。-To study the T-Sql a beginner ready to automatically create the database, tables, practice data Sql scr ipt file.
  3. 所属分类:SQL Server

    • 发布日期:2017-04-11
    • 文件大小:1.59kb
    • 提供者:chenxiansheng
  1. Sams.Teach.Yourself.Microsoft.SQL.Server.T-SQL.in

    0下载:
  2. Sams Teach Yourself sql server is a good one for self study
  3. 所属分类:SQL Server

    • 发布日期:2017-03-27
    • 文件大小:884.58kb
    • 提供者:ayhamz
  1. SQLServer2000code

    0下载:
  2. 《中文版 SQL Server 2000 开发与管理应用实例》光盘代码--作者邹建 本书全面系统地介绍了SQL Server 2005应用、开发和管理方面的技术,涉及安装和升级SQL Server、T-SQL增强、T-SQL应用、XML数据处理、CLR集成、开发SQL Server应用程序、端点、Service Broker、SQL Server Integration Services、SQL Server配置、SQL Server安全管理、数据的加密与解密、数据备份与还原、数据库的高可用
  3. 所属分类:SQL Server

    • 发布日期:2017-03-29
    • 文件大小:319.8kb
    • 提供者:烈马
  1. Script

    0下载:
  2. 一个简单的方法来在文本文件中写入字符串,使用T-SQL SQL服务器-A simple way to write string into a text file in SQL Server using T-SQL
  3. 所属分类:SQL Server

    • 发布日期:2017-04-01
    • 文件大小:1.34kb
    • 提供者:yuanlong
  1. spWRITEFileStream

    0下载:
  2. 一个简单的方法来写串成一个文本文件中使用T-SQL SQL服务器-A simple way to write string into a text file in SQL Server using T-SQL
  3. 所属分类:SQL Server

    • 发布日期:2017-04-08
    • 文件大小:1.16kb
    • 提供者:yuanlong
  1. T-sqlprogramingstructure

    0下载:
  2. 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
  3. 所属分类:SQL Server

    • 发布日期:2017-03-30
    • 文件大小:347.23kb
    • 提供者:苏应数
  1. viewcreate-sql

    0下载:
  2. 一、实验目的 1)理解视图的概念。 2)掌握创建视图的方法。 3)掌握更改视图的方法。 4)掌握用视图管理数据的方法。 二、实验内容 3、用T-SQL语言创建、管理视图 (以下题目需提交) (1)创建视图 1)创建一个名为stuview2的水平视图,从数据库XSGL的student表中查询出性别为“男”的所有学生的资料。并在创建视图时使用with check option。(注:该子句用于强制视图上执行的所有修改语句必须符合由Select语句where中的条件。)
  3. 所属分类:SQL Server

    • 发布日期:2017-03-27
    • 文件大小:196.01kb
    • 提供者:kice
  1. SQLServer

    0下载:
  2. 各个网站、论坛关于SQLSERVER的东西,有触发器的,T-SQL,备份/恢复,存储过程,事务,全文检索等一系列的文章-Each site, the Forum on SQLSERVER things have flip-flops, T-SQL, backup/restore, stored procedures, transactions, full-text search and a series of articles
  3. 所属分类:SQL Server

    • 发布日期:2017-05-18
    • 文件大小:4.53mb
    • 提供者:lxp1116
  1. SQLFramework

    0下载:
  2. SQL框架,完全用 SQL 写的.T-SQL编程的一个模板,用try catch 的语法写存储过程,同时把数据验证的业务写进去就叫做框架了。-SQL framework, written entirely in SQL. T-SQL programming a template, with the try catch syntax to write stored procedures, data validation, while the opinions on the business wri
  3. 所属分类:SQL Server

    • 发布日期:2017-04-13
    • 文件大小:1.81kb
    • 提供者:模糊
  1. sql_trigger

    0下载:
  2. 数据库触发器的设计T-SQL语句。此文件是一个word报告-The design of database triggers T-the SQL statement. This document is a word report
  3. 所属分类:SQL Server

    • 发布日期:2017-04-06
    • 文件大小:23.79kb
    • 提供者:Ricky
  1. Student_Management_System

    0下载:
  2. 1、DATA文件夹里是Student_Management_System数据库的.mdf文件和.ldf文件; 2、Student_Management_System.sql是数据库脚本文件,包括数据库生成、表生成、视图生成、触发器生成、存储过程生成、事务等一系列T-SQL代码; 3、Nogrady s website是项目工程文件,可以用Microsoft SQL Server 2008配置,并用网页浏览器打开; 4、word文档是项目工程报告。- 1, the DATA fol
  3. 所属分类:SQL Server

    • 发布日期:2017-04-10
    • 文件大小:1.34mb
    • 提供者:庄镝
  1. InsideSQLServer2005TSQLQuerying

    0下载:
  2. Inside+Microsoft+SQL+Server+2005+T-SQL+Querying,讲SQL Server2005查询内幕的一本书,英文版,chm格式。-Inside+Microsoft+SQL+Server+2005+T-SQL+Querying, speaking SQL Server2005 query inside a book, in English, chm format.
  3. 所属分类:SQL Server

    • 发布日期:2017-11-16
    • 文件大小:8.2mb
    • 提供者:刘梁超
  1. InsideSQLServer2005TSQLProgramming

    0下载:
  2. Inside+Microsoft+SQL+Server+2005+T-SQL+Programming,讲SQL Server 2005 T-SQL编程内幕的一本书,英文版,chm格式,值得收藏!-Inside+Microsoft+SQL+Server+2005+T-SQL+Programming, speaking SQL Server 2005 T-SQL Programming Insider, a book, in English, chm format, worth collecting
  3. 所属分类:SQL Server

    • 发布日期:2017-11-09
    • 文件大小:2.59mb
    • 提供者:刘梁超
  1. T-SQL-leap-year

    0下载:
  2. 自己编写一段程序判断一个年份(比如1900年)是否是闰年,是则显示1900年为闰年,否则显示1900年不是闰年. -I have written a program to determine whether a year (such as 1900) is a leap year, is the show in 1900 as a leap year, otherwise show that 1900 was not a leap year.
  3. 所属分类:SQL Server

    • 发布日期:2017-11-11
    • 文件大小:11.53kb
    • 提供者:ERIC
  1. Press-Release-System

    0下载:
  2. Internet的蓬勃发展,使新闻传播方式发生了巨大的变化,传统的信息传播媒体电视、管波、报纸已经不再是人们茶余饭后的主要精神甜点,人们开始更多的关注网络新闻。由于互联网所容纳的信息量大,内容丰富,信息及时、准确,更有相关信息的全面介绍与比较,大大地方便了人们的阅读,因此在短短几年里,互联网便跻身于众多媒体之间,并具有相当一部分媒体人群。借此东风,新闻网也迅速发展起来,它内容丰富,涉及商业、工业、农业、银行、财政、教育、娱乐和信息等各个产业,信息量大,不仅有时事新闻,还有相关的行业信息,同时新闻
  3. 所属分类:SQL Server

    • 发布日期:2017-05-14
    • 文件大小:2.96mb
    • 提供者:liying
  1. T-SQL代码规范

    0下载:
  2. 一个嵌套代码块中的语句使用四个空格的缩进。(上述代码中的多行 SELECT 语句是一个 SQL 语句。)在同一语句中开始新行时,使 SQL 关键字右对齐。将代码编辑器配置为使用空格,而不是使用制表符[每个制表符对应为4个空格,请在SQL编辑器中进行设置。]。这样,不管使用何种程序查看代码,格式都是一致的。(A statement in a nested block of code that uses four spaces for indentation. The multiline SELEC
  3. 所属分类:SQL Server

« 12 »
搜珍网 www.dssz.com