摘要:
ERROR: unable to reserve port 443 for static PATERROR: unable to download policyASA 5510 在做443端口映射时提示unable to reserve port 443 for staticPAT,原因是asdm或... 阅读全文
摘要:
查询哪个字段在哪个表上:select a.Name as tableName from sysobjects a inner join syscolumns b on a.ID=b.IDwhere b.Name='字段'查询某个值在哪个表上declare @str varchar(100)set @... 阅读全文