2009年10月28日
摘要: I findEnglish is more and more important in my job, so I will drive myself to write blog using English.  I hope I can stick to it, and of course I will get back to Chinese one day   Come on!! 阅读全文
posted @ 2009-10-28 23:21 lantionzy 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 加上 N 代表存入数据库时以 Unicode 格式存储。 N'string' 表示string是个Unicode字符串 Unicode 字符串的格式与普通字符串相似,但它前面有一个 N 标识符(N 代表 SQL-92 标准中的国际语言 (National Language))。N 前缀必须是大写字母。例如,'Michél' 是字符串常量而 N'Michél' 则是 Unicod... 阅读全文
posted @ 2009-10-28 13:08 lantionzy 阅读(468) 评论(0) 推荐(0) 编辑
摘要: 一、OBJECT_ID ---- 返回架构范围内对象的数据库对象标识号 语法  OBJECT_ID(  '[ database_name . [ schema_name ] .| schema_name . ]  object_name'[ ,'object_type' ] ) 参数   'object_name': 要使用的对象。object 的数据类型为 char 或 nchar。如果 obj... 阅读全文
posted @ 2009-10-28 11:03 lantionzy 阅读(779) 评论(0) 推荐(1) 编辑