Save (Not Permitted) Dialog Box
摘要:I just known this, if you met the same problem please follow as: SQL Server 2008 Books Online (May 2008) Save (Not Permitted) Dialog Box [This topic is pre-release documentation and is subject to chan...
阅读全文
posted @
2008-07-07 15:48
Joey Liang
阅读(571)
推荐(0)
A nice gift from SQL Server 2005 SP2 to sync developers(转自http://blogs.msdn.com/synchronizer/default.aspx) - 江南白衣 - 博客园
摘要:A nice gift from SQL Server 2005 SP2 to sync developers(转自http://blogs.msdn.com/synchronizer/default.aspx)Posted on 2007-08-06 18:24 江南白衣 阅读(547) 评论(0) 编辑 收藏 所属分类: Database 、他山之石 、SmartClient ...
阅读全文
posted @
2008-05-16 20:02
Joey Liang
阅读(597)
推荐(0)
清除SQLServer日志的方法(很好用,就收录了)
摘要:清除SQLServer日志的方法(很好用,就收录了) 清除SQLServer日志的方法 关键词: SQLServer日志 清除 方法1:第一步:backup log DATABASE_NAME with no_log第二步:收缩特定数据库的所有数据和日志文件,执行 dbcc shrinkdatabase (DATABASE_NAME)方法2:另一种方法有一定的风险性,因为SQL SERVER的...
阅读全文
posted @
2007-03-28 18:22
Joey Liang
阅读(820)
推荐(0)
HOWTO: 从 ADO.NET 中 SQLServer 存储过程返回错误和警告
摘要:HOWTO: 从 ADO.NET 中 SQLServer 存储过程返回错误和警告 HOWTO: 从 ADO.NET 中 SQLServer 存储过程返回错误和警告 察看本文应用于的产品 注意:这篇文章是由无人工介入的自动的机器翻译系统翻译完成。这些文章是微软为不懂英语的用户提供的, 以使他们能够理解这些文章的内容。微软不保证机器翻译的正确度,也不对由于内容的误译或者客户对它的使用所引起的任何直...
阅读全文
posted @
2007-03-28 18:22
Joey Liang
阅读(1185)
推荐(0)
Enabling xp_cmdshell in SQL server 2005
摘要:Enabling xp_cmdshell in SQL server 2005 Enabling xp_cmdshell in SQL Server 2005 By default, xp_cmdshell is disabled in SQL Server 2005 for security reasons. I am currently using xp_cmdshell in my b...
阅读全文
posted @
2007-03-28 18:19
Joey Liang
阅读(410)
推荐(0)