代码改变世界

10 2006 档案

摘要: 阅读全文
posted @ 2006-10-09 17:56 robinli 阅读(98) 评论(0) 推荐(0) 编辑
摘要:1. 查看数据库的版本 select @@version 常见的几种SQL SERVER打补丁后的版本号: 8.00.194 Microsoft SQL Server 2000 8.00.384 Microsoft SQL Server 2000 SP1 8.00.532 Microsoft SQL Server 2000... 阅读全文
posted @ 2006-10-08 17:21 robinli 阅读(175) 评论(0) 推荐(0) 编辑
摘要:把长日期转换为短日期 Convert(char(10),getdate(),120) MS-SQL数据库开发常用汇总 1.按姓氏笔画排序:Select * From TableName Order By CustomerName Collate Chinese_PRC_Stroke_ci_as 2.数据库加密:select encrypt('原始密码')select pwdencrypt('... 阅读全文
posted @ 2006-10-08 17:20 robinli 阅读(151) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示