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 Sample 與 HTML Sample)。文件產出內容,包含:
- Tables 資料表名稱
- Fields (type, size, defaults, nullable)
欄位資訊:資料型態、容量大小、是否有預設值、是否容許 Null - Primary keys 標示主鍵
- Indexes 標示索引
- Check constraints
- Foreign key constraints 外來鍵關聯限制
- Triggers 觸發程序
- Views
- Stored procedures 預存程序
- Functions 函數
- Extended properties
2007年06月16日
SQL Server 2005 記憶體未免吃太多了吧
1. 打開 Microsoft SQL Server Management Studio,選擇你的連線點擊右鍵,按下【屬性】-> 進入 記憶體 頁面
2. 最大伺服器記憶體 (以 MB 為單位):請依照需求設定吧,如果是本基測試開發用途 256 or 512 MB 即可。若為伺服器用途,起碼要 1G 以上。
預設值是 2147483647 MB,夠嚇人了吧!如果沒有加以限制,買再多記憶體都會被吃光光!
2007年05月27日
ConnectionString 收集站

http://www.connectionstrings.com/
收集各種 Connection String 寫法的網站,包含資料庫連線:SQL Server 2005、Sybase、Orcale、MySQL、Postgre SQL、DB2、Informix 等;資料檔案:Excel、Acess、SQLite、Visual FoxPro;或是 Active Directory、Exchange。
網頁載入中,請稍候...