当我扩展数据库时没有看到 table 但当我查询它时 returns 结果
Not seeing a table when I expand a database but when I query it returns results
当我从 tableTest 运行 select * 中得到 0 行 headers。
当我展开数据库 --> 表时,我没有看到这个 TableTest。
我在此服务器上有特权。你能帮我弄清楚为什么会这样吗?我怎样才能在表格下看到 tableTest?
首先要检查这是什么对象类型。
run sp_help 'tableTest'
当我从 tableTest 运行 select * 中得到 0 行 headers。 当我展开数据库 --> 表时,我没有看到这个 TableTest。
我在此服务器上有特权。你能帮我弄清楚为什么会这样吗?我怎样才能在表格下看到 tableTest?
首先要检查这是什么对象类型。
run sp_help 'tableTest'