文章分类 -  SQL

摘要:还原 AdventureWorks Sample DataBase 时遇到 FILESTREAM feature is disabled 错误提示.FileStream是SQL Server 2008 新添加的feature, 默认是关闭的. 如果 DB backup 文件启用了这个功能,再另外一台 Server 上还原时也需要 enable 这个feature.刚开始的时候想通过更改 SQL Server Configuration Manager 打开, 步骤如下:1> 打开 SQL Server Configuration Manager2> 找到 SQL Server Se 阅读全文
posted @ 2012-02-08 13:48 我思故我在... 阅读(2476) 评论(1) 推荐(1)
摘要:cs页面调用代码: 代码如下: public int TotalPage = 0; public int PageCurrent = 1; public int PageSize = 25; public int RowsCount = 0; string userid, username; public DataTable dt = new DataTable(); public string path, userwelcome; public string opt,cid; protected void Page_Load(object sender, EventArgs e) { if 阅读全文
posted @ 2011-06-28 23:35 我思故我在... 阅读(411) 评论(0) 推荐(0)