• P7

      學習SQL Server存儲過程 文檔

    ?學習SQL Server存儲過程 首先介紹一下什么是存儲過程:存儲過程就是將常用的或很復雜的工作,預先用SQL語句寫好并用一個指定的名稱存儲起來,并且這樣的語句是放在數據庫中的,還可以根據條件執行不

    lishushan 2010-09-16   3260   0
    P10

      SQL SERVER 2008 自動備份圖解教程 文檔

    ?SQL SERVER 2008 自動備份圖解教程 ? SQL SERVER 2008自動備份圖解教程 本文來源:http://www.sin180.com 本文關鍵字:SQL SERVER 2008自動備份維護計劃 SQL

    xfpengyu 2013-10-24   2657   0
    P16

      SQL SERVER 存儲過程大總結 文檔

    ON?|?RECOMPILE,?ENCRYPTION}   RECOMPILE?表明?SQL?Server?不會緩存該過程的計劃,該過程將在運行時重新編譯。在使用非典型值或臨時值而不希望覆蓋緩存在內存

    chenzenan 2012-10-10   2323   0
    P3

      excel2007導入sql server 文檔

    ?將Excel2007導入SQL Server2008操作方法 2012-10-24 10:54:30 標簽:查詢?的?新建 原創作品,允許轉載,轉載時請務必以超鏈接形式標明文章?原始出處?、作者信息

    kuaijishi 2017-02-13   578   0
    P20

      SQL Server 2000 常用命令 文檔

    ?SQL Server 2000常用命令 (1) 數據記錄篩選: sql="select * from 數據表 where 字段名=字段值 order by 字段名 [desc]" sql="select

    OpenXianFeng 2013-08-13   475   0
    P

    微軟 SQL Server 7.0 文檔

    This is the definitive companion to Microsoft SQL Server 7.0. Ron Soukup and Kalen Delaney offer the joint perspective of the developer and the user in an extremely readable presentation. Ron led the SQL Server development team for a decade. Kalen has been working with the application designers and developers for almost that long. This is their guide to why SQL Server is the way it is and how it should be used. This book perfectly complements the reference material in SQL Server Books Online.<br> The book begins with the inside story of how the PC database giant Ashton-Tate partnered with Microsoft and then-startup Sybase to bring SQL to the OS/2 marketplace. The book goes on to trace the incredible history of the product and the partners. Ron and Kalen's firsthand account makes this a must-read. I cannot think of a more amazing story in our industry.

    zsw19923 2015-02-02   1996   0

    jdbc sql server 連接串格式 代碼段

    jdbc的sqlserver連接串格式說明如下: 默認端口連接: jdbc:sqlserver://localhost;user=MyUserName;password=*****;databaseName=testdb 如果是命名實例,鏈接方式如下: jdbc:sqlserver://localhost;instanceName=instance1;integratedSecurity=true

    907861361 2016-01-19   953   0
    Java   JDBC   SQLServer  
    P22

      VIO Server配置方法手冊 文檔

    ?交行 VIO Server配置方法 目  錄 一.VIO功能介紹 4 1.1磁盤虛擬共享技術介紹(Storage Virtualization) 4 1.2 網絡虛擬共享技術介紹 (Ethernet

    roylong 2013-09-12   2341   0
    手冊  
    P41

      SQL Server設計、命名、編碼規范 文檔

    ?SQL Server 設計、命名、編碼規范 SQL Server Database Design, Code and Development Standards 1.更改 4 2.簡介 4 3.開發環境

    fuxiaolong 2014-06-07   2402   0
    P15

      SQL SERVER DBCC 命令解釋 文檔

    ?SQL SERVER DBCC命令解釋 SQL SERVER DBCC命令解釋 ????------------------------------------------ ????--1 dbcc

    finetsky 2014-08-07   1578   0

    Open DHCP Server 1.45 發布 資訊

    Open DHCP Server 是一個開源的 DHCP 服務器。采用 C 語言開發,基于 GPL 授權協議發布。 Open DHCP Server 1.45 發布了,該版本修復了復制操作的一些bug。

    fmms 2011-09-21   12669   0
    DHCP  

    NoSQL服務器 Clusterpoint Server 經驗

    Clusterpoint 服務器是一個創新的,面向商業客戶,面向文檔的數據庫管理系統(DBMS)的可伸縮的高性能集群數據的基礎架構。

    jopen 2011-12-20   18680   0

    MySQL衍生版 Percona Server 經驗

    Percona Server 只包含 MySQL 的服務器版,并沒有提供相應對 MySQL 的 Connector 和 GUI 工具進行改進。 Percona Server 使用了一些 google-mysql-tools

    fmms 2011-12-10   21731   0

    Http服用務器 Alaya Webdav Server 經驗

    Alaya 是一個提供 WebDAV 支持的 Web 服務器,支持 HTTPS 和 HTTP,支持通過 PAM、/etc/shadow、/etc/passwd 進行認證,同時也可以使用自己定義的文件進行認證。

    jopen 2011-12-19   22605   0

    TFTP服務器:Open TFTP Server 經驗

    Open TFTP Server 是一個多線程的 TFTP 服務器軟件,用于 PXEBOOT, firmware load, support tsize, blksize, timeout and Server

    jopen 2013-01-10   42760   0

    NoSQL 數據庫:Couchbase Server 經驗

    Couchbase Server是一個開源的、分布式的、面向文檔(document-oriented)的 NoSQL 數據庫,并且內置了 Memcached 服務。該產品基于Apache CouchD

    jopen 2013-03-13   16977   0

    python socket編程入門(編寫server實例) 經驗

    python 編寫server的步驟: 1. 第一步是創建socket對象。調用socket構造函數。如: socket = socket.socket( family, type ) f

    ybw8 2015-06-05   19990   0

    Web Server 和 HTTP協議 經驗

    首先,還是先介紹一下tinyhttpd吧。網上的評價還是很高的,能讓人僅從500-600行的代碼中了解HTTP Server的本質。 貼一張tinyhttpd的流程圖吧: 關于tinyhttpd更詳細的信息,大

    jopen 2015-07-30   22589   0

    怎樣在 Ubuntu 14.10 Server 上安裝 Cacti 經驗

    cacti 之前,確保你已經安裝了 Ubuntu 14.10 LAMP server 。 在 Ubuntu 14.10 Server 上安裝 Cacti 打開終端,運行下面的命令 sudo apt-get

    f824 2015-01-17   17352   0

    處理 HTTP 請求:module-server 經驗

    Module server 是一個為 CommonJS 模塊提供 web 瀏覽器服務的系統工具。它的主要功能是支持逐步加載模塊,每加載一次模塊響應 1次 HTTP 請求。 Module server 有以下限制:

    byb1234 2015-04-15   10314   0
    1 2 3 4 5 6 7 8 9 10
  • sesese色