摘要:
异常消息:This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.异常信息: at System.Security.Cryptography.MD5CryptoSe 阅读全文
摘要:
select * from syscolumns where id =(select id from sysobjects where name='存储过程名')select * from syscolumns where id =object_id('存储过程名') and name='@参数名'... 阅读全文