上一页 1 ··· 427 428 429 430 431 432 433 434 435 ··· 493 下一页
  2013年1月31日
摘要: Lesson 1: Creating a Partition FunctionCREATE PARTITION FUNCTIONmypartfunction (int)AS RANGE LEFTFOR VALUES (10,20,30,40,50,60)Quick Check1. What data types cannot be used with partition functions?2. What is the maximum number of partitions allowed for a table?3. What is the maximum number of bounda 阅读全文
posted @ 2013-01-31 18:02 逝者如斯(乎) 阅读(300) 评论(0) 推荐(0) 编辑
上一页 1 ··· 427 428 429 430 431 432 433 434 435 ··· 493 下一页