以下查询曾经有效:
select * from information_schema.columns where column_name like ...
但现在它抛出一个错误:
Server: Msg 208, Level 16, State 1, Line 1
Invalid object name 'information_schema.columns'.
应用程序已升级,但视图仍必须存在于数据库中。
以下查询曾经有效:
select * from information_schema.columns where column_name like ...
但现在它抛出一个错误:
Server: Msg 208, Level 16, State 1, Line 1
Invalid object name 'information_schema.columns'.
应用程序已升级,但视图仍必须存在于数据库中。