05 2015 档案
摘要:1:备份数据库 2:先测试,在执行DUMP TRANSACTION 数据库名 WITH NO_LOGBACKUP LOG 数据库名 WITH NO_LOGDBCC SHRINKDATABASE (数据库名)
阅读全文
摘要:usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Collections;usingSystem.Data.SqlClient; /...
阅读全文
摘要:后台 GetMobile.ashx'publicvoidProcessRequest(HttpContextcontext){context.Response.ContentType="text/plain"; vartype=context.Request.Params["type"];varte...
阅读全文