请问:with nocheck 在这里是什么意思啊?????????????????

 所属目录:Java   |   类型:技术问答   |   时间:2007-05-21
 问题:

create   table   doc_exd   (   column_a   int)    
  go  
  insert   into   doc_exd   values   (-1)  
  go  
  alter   table   doc_exd   with   nocheck    
  add   constraint   exd_check   check   (column_a   >   1)  
  go  
  exec   sp_help   doc_exd  
  go  
  drop   table   doc_exd  
  go  
   
  --------------------------------  
  请问:with   nocheck   在这里是什么意思啊?????????????????  
 

.

· 网友精彩回答:

处理 SSI 文件时出错
© 2006-2008 All Rights Reserved