ie421.NET

面对技术,你别无选择,.NET世界是如此精彩,而我们要做的就是:Thinking More

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  数据库开发

摘要:表stuinfo,有三个字段recno(自增),stuid,stuname 建该表的Sql语句如下: CREATE TABLE [StuInfo] ( [recno] [int] IDENTITY (1, 1) NOT NULL , [stuid] [varchar] (10) COLLATE ... 阅读全文
posted @ 2008-09-01 16:17 ie421 阅读(755) 评论(0) 推荐(0)

摘要:--执行如下SQL语句 ALTER AUTHORIZATION ON SCHEMA::db_owner TO dbo; --然后手动删除就可以了。 阅读全文
posted @ 2008-08-31 14:54 ie421 阅读(880) 评论(1) 推荐(0)

摘要:資料Customer Id Name RegisterDate 1 澎澎 2007/1/5 00:00:00 2 丁丁 2007/1/6 00:00:00 3 亞亞 2007/1/7... 阅读全文
posted @ 2008-07-29 10:21 ie421 阅读(1898) 评论(0) 推荐(0)

摘要:資料Customer Id Name RegisterDate 1 澎澎 2007/1/5 00:00:00 2 丁丁 2007/1/6 00:00:00 3 亞亞 2007/1/7... 阅读全文
posted @ 2008-07-29 10:21 ie421 阅读(1115) 评论(0) 推荐(0)

摘要:收藏sql2005在分页方面的语句 阅读全文
posted @ 2008-07-26 09:22 ie421 阅读(313) 评论(1) 推荐(0)