摘要: Data Structure: [Line List,(Array, Linked List), Stack, Queue, Tree(Binary Tree, Balance Tree), Graphic]Algorithm: [Sorting (selection sorting, quick sorting, bubble sorting), Finding (middle finding)... 阅读全文
posted @ 2009-03-26 13:09 lp123 阅读(155) 评论(0) 推荐(0)
摘要: 1, How to get the row number of one table:select Row_Number() over ( order by id ), *from testTable2, sp_configure [代码]3, 创建链接服务器 exec sp_addlinkedserver 'Conn_Name', ' ', 'SQLOLEDB', 'server_name OR ... 阅读全文
posted @ 2009-03-26 11:55 lp123 阅读(208) 评论(0) 推荐(0)
摘要: 索引类型:1,按存储结构分:聚族索引和非聚族索引;2,按唯一性分:唯一索引和非唯一索引;3,按索引列数分:单列索引和多列索引; 阅读全文
posted @ 2009-03-26 09:36 lp123 阅读(140) 评论(0) 推荐(0)