上一页 1 ··· 9 10 11 12 13 14 15 下一页

2009年3月23日

摘要: 1)Dump Transaction huntkeywage with no_logbackup log huntkeywage with no_logdbcc shrinkdatabase('huntkeywage')2)dbcc dropcleanbuffers3)EXECUTE master.dbo.xp_sqlmaint N'-PlanID 3F47E1C9-0769-43F2-BB25-... 阅读全文
posted @ 2009-03-23 11:39 Gsun 阅读(217) 评论(0) 推荐(0)
摘要: 我们知道,在数据库系统的开发和应用中,必须保证数据库的完整性和一致性。当数据库出现了严重错误;当我们怀疑数据库受到破坏(如无法用drop命令删除数据库或对象,使用某个表时出现“不可靠数据”的信息等);当用户改变了Server的缺省排序的顺序或改变了字符集而需要检查;当SA对系统做定期检查;这些时候,我们都需要使用数据库一致性检查工具(Database Consistenec... 阅读全文
posted @ 2009-03-23 11:24 Gsun 阅读(515) 评论(0) 推荐(0)
摘要: 1)将WinRAR的安装路径加到系统变量Path中例如 ;C:\Program Files\WinRAR\2)建立JOB rar e \\192.168.12.12\ftp$\csv\erp2crv\*.rar http://www.cnblogs.com/Gsun/admin/file://\\192.168.12.12\ftp$\csv\erp2crvDump Transaction hunt... 阅读全文
posted @ 2009-03-23 11:08 Gsun 阅读(182) 评论(0) 推荐(0)
摘要: if day(getdate()) = 1 beginexec master.dbo.xp_sendmail @recipients = 'wangwx@huntkey.net', @blind_copy_recipients ='zhangyun@hk.net', @attachments = '\\192.168.12.12\ftp$\csv\locdet\loctype1.csv;\\19... 阅读全文
posted @ 2009-03-23 10:40 Gsun 阅读(472) 评论(0) 推荐(0)
摘要: 1)IF DAY(GETDATE()) <> 2BEGINdelete r1001b where mm = convert(char(4),year(getdate() - 1)) + 'M' + right('0' + convert(varchar(2),month(getdate() - 1)),2) end2)\\192.168.12.12\ftp$\csv\r1001b\m... 阅读全文
posted @ 2009-03-23 09:37 Gsun 阅读(348) 评论(0) 推荐(0)
摘要: DTSRUN  dtsrun 实用工具执行用数据转换服务 (DTS) 创建的包。DTS 包可存储在 Microsoft® SQL Server™ 2000 msdb 数据库、COM 结构化存储文件或 SQL Server Meta Data Services 中。  语法  dtsrun   [/?]|  [  [  /[~]S server_name[\instance_n... 阅读全文
posted @ 2009-03-23 09:21 Gsun 阅读(355) 评论(0) 推荐(0)

2009年3月22日

摘要: 1)前台<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/... 阅读全文
posted @ 2009-03-22 09:06 Gsun 阅读(677) 评论(0) 推荐(0)

2009年3月21日

摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default3.aspx.cs" Inherits="Default3" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD... 阅读全文
posted @ 2009-03-21 17:13 Gsun 阅读(2170) 评论(0) 推荐(0)

2009年3月20日

摘要: 1)引入AspNetPager.dll 2)建立类Class_PageHelper.cs代码如下:using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System... 阅读全文
posted @ 2009-03-20 11:03 Gsun 阅读(1053) 评论(0) 推荐(0)
摘要: Asp.net2.0页面执行顺序2008-09-12 09:16 Asp.net是微软.Net战略的一个组成部分。它相对以前的Asp有了很大的发展,引入了许多的新机制。本文就Asp.net页面的生命周期向大家做一个初步的介绍,以期能起到指导大家更好、更灵活地操纵Asp.net的作用。 当一个获取网页的请求(可能是通过用户提交完成的,也可能是通过超链接完成的)被发送到Web服务器后,这个页面就会接着... 阅读全文
posted @ 2009-03-20 09:51 Gsun 阅读(692) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 下一页

导航