摘要:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><title>JS联动下拉框</title><script language="javascript" >/* ** ** 类名:CLASS_LIAND 阅读全文
摘要:
select * from sysobjects where xtype='TR' --所有触发器 select * from sysobjects where xtype='P' --所有存储过程 select * from sysobjects where xtype='V' --所有视图 se 阅读全文