06 2012 档案

摘要:--方法1exec sp_MSforeachtable @command1="EXEC sp_spaceused '?'";会返回多个结果集,可能不是所希望的结果。进一步处理,参考方法2--方法2create table #tblResults([name] nvarchar(50), --注意有表名会长于50[rows] int,[reserved] varchar(18),[reserved_int] int default(0),[data] varchar(18),[data_int] int default(0),[index_size] varc 阅读全文

posted @ 2012-06-28 14:09 小呆也行 阅读(4533) 评论(0) 推荐(0)

摘要:Configure App.config Application Settings During MSI Installwritten by Rob Aquila on Wednesday, September 03 2008I have been recently working on a setup project in Visual Studio 2008 to deploy a windows application and wanted the ability for the user to enter in values during the install that would 阅读全文

posted @ 2012-06-05 17:35 小呆也行 阅读(2598) 评论(0) 推荐(0)

导航