利用SQL Server Agent做排程備份
在刪除資料庫備份檔案的步驟遇到的問題
- Aug 28 Thu 2008 11:14
SQL Server 已封鎖元件 'xp_cmdshell' 之存取
- Aug 27 Wed 2008 13:39
[SQL Server] ReportingService 使用設定
首先至「系統管理工具」->「電腦管理」建立欲使用 ReportingSerivce 的新使用者
然後將使用者加入 "SQL ReportingServiceWebServiceUser、ReportServerUser" 這兩個群組
- Aug 25 Mon 2008 12:57
[ASP.NET]Session Based Singleton Object
- Aug 25 Mon 2008 12:17
[ASP.NET] call javascript 方法
第一種
gridview.Rows[i].Attributes.Add("onclick", "ClickRow(this);");
- Aug 24 Sun 2008 23:34
中秋不烤肉,減碳新生活
中秋烤肉雖然是個讓大夥團聚的歡樂活動
不過對地球來說卻不是
- Aug 14 Thu 2008 10:20
[ASP.NET]子視窗回 call 父視窗 function
parent.aspx.cs
protected void Page_Load(object sender, EventArgs e)
- Aug 12 Tue 2008 14:04
[ASP.NET]視窗互傳資料
子視窗
son.aspx.cs