這段時間看了關於在SQL server 中通過日誌和時間點來恢複資料。也看了一些網上的例子,看如何通過日誌來恢複資料。 前提條件: 資料庫的故障恢複改為非簡單模式,去掉自動關閉和自動收縮兩個選項 如果是簡單模式: 類似下面的語句操作資料就不會記錄到日誌中: select * into t from [表名] 這時為保證資料的完整要將資料庫的復原模式改成“完整” 測試環境: 1,建立資料庫和測試表
Configuration Section Designer是一個圖型化設計.net的配置塊和自動產生需要代碼和schema定義的codeplex上的一個開源項目。它是vs的一個外掛程式,需要Microsoft Visual Studio 2008 Standard Edition or better的版本.從http://www.codeplex.com/csd下載最新的安裝檔案,目前最新的是1.1.1版本。安裝完後會在vs2008中多一個工程模板Configuration Section
今天在網上找了一個處理URL重寫的例子,原理使用Asp.Net中的HttpHandler實現URL重寫的,當URL的尾碼是XXX.shtml,而且XXX必須是數位時候進行處理:using System;using System.Web;using System.Text.RegularExpressions;namespace test{ public class NewHttpHandler:IHttpHandler { public void ProcessRequ
"How do I join two tables from dataset and display the result?"This is a question that often appears in ado.net newsgroup. Actually very often. And there isn't a good solution to this problem out there. (There is Link over DataSet comming but it is
文章目錄 IDE SettingsAlias ManagerMRU Lists ManagerFile Extensions ManagerDebug editor VSMouseBindingsWritten by: James Avery at 3/1/2008 10:00:53 PM OverviewVSMouseBindings is a simple Visual Studio Power toy that allows you