摘要:
select id from sysobjects where name='titles'select [name],* from syscolumns where id=(select id from sysobjects where name='titles') order by colid sqlserver查询系统表和系统表的字段的sql语句 阅读全文
摘要:
This application is currently offline. To enable the application, remove the app_offline.htm file from the application root directory. 今天运行网站突然出现这个错误,说应用程序离线,咋搞的我啥也没动,原来是项目底下有个这个文件把这个文件删除掉就好了。解决办法:到所做... 阅读全文