摘要:
1.原脚本,sp_addextendedproperty的0级别类型写的是user,这个类型在高版本中已经删除,无法使用,应该切换成SCHEMA [if exists(select 1 from sys.extended_properties p where p.major_id = object_ 阅读全文
摘要:
一 Bad practice(坏实现) 1.Confusing method name a.Class names shouldn't shadow simple name of implemented interface This class/interface has a simple name 阅读全文