.net 学习

让我们一起学习交流吧!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  数据库学习

摘要:错误信息:An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not... 阅读全文

posted @ 2008-08-04 15:24 东边日出 阅读(145) 评论(0) 推荐(0)

摘要:网络转载: http://blog.sina.com.cn/s/print_4119ccda010008x2.html SQL中CONVERT转化函数的用法 CONVERT的使用方法: 格式: CONVERT(data_type,expression[,style]) 说明: 此样式一般在时... 阅读全文

posted @ 2008-07-24 19:16 东边日出 阅读(199) 评论(0) 推荐(0)

摘要:指定当 Transact-SQL 语句产生运行时错误时,Microsoft® SQL Server? 是否自动回滚当前事务。 语法 SET XACT_ABORT { ON | OFF } 注释 当 SET XACT_ABORT 为 ON 时,如果 Transact-SQL 语句产生运行时错误,整个事... 阅读全文

posted @ 2008-07-24 19:16 东边日出 阅读(175) 评论(0) 推荐(0)