ADO.NET分類文章 顯示方式:簡文 | 列表

2007年08月25日

Schematodoc - 自動產出資料庫 schema 文件

SchemaToDoc is a database documenter that exports data dictionary metadata to an easy-to-read Word document or to a set of linked HTML files that are suitable for posting on a web site (intranet or internet).

簡單來說,SchemaToDoc 可以幫助你無痛地產出 DataBase 的文件,文件格式支援 Word 與 HTML (Word SampleHTML Sample)。文件產出內容,包含:

  • Tables  資料表名稱
  • Fields  (type, size, defaults, nullable)
    欄位資訊:資料型態、容量大小、是否有預設值、是否容許 Null
  • Primary keys 標示主鍵
  • Indexes 標示索引
  • Check constraints
  • Foreign key constraints  外來鍵關聯限制
  • Triggers 觸發程序
  • Views
  • Stored procedures 預存程序
  • Functions 函數
  • Extended properties

 


Posted by chhuang0123 at 樂多Roodo!22:07回應(0)引用(0)

2007年06月16日

SQL Server 2005 記憶體未免吃太多了吧

1. 打開 Microsoft SQL Server Management Studio,選擇你的連線點擊右鍵,按下【屬性】-> 進入 記憶體 頁面

2. 最大伺服器記憶體 (以 MB 為單位):請依照需求設定吧,如果是本基測試開發用途 256 or 512 MB 即可。若為伺服器用途,起碼要 1G 以上。

預設值是 2147483647 MB,夠嚇人了吧!如果沒有加以限制,買再多記憶體都會被吃光光!


Posted by chhuang0123 at 樂多Roodo!23:29回應(2)引用(0)

2007年05月27日

ConnectionString 收集站

ConnectionStrings

http://www.connectionstrings.com/

收集各種 Connection String 寫法的網站,包含資料庫連線:SQL Server 2005、Sybase、Orcale、MySQL、Postgre SQL、DB2、Informix 等;資料檔案:Excel、Acess、SQLite、Visual FoxPro;或是 Active Directory、Exchange。

 


Posted by chhuang0123 at 樂多Roodo!22:25回應(0)引用(0)
 [第一頁]  [1]  [2]