We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tempdb.sys.tables
Queries in tempdb.sys.tables returns no results.
Running this in SSMS the return is a empty dataset
CREATE TABLE #MyTempTable (Id INT) SELECT * FROM tempdb.sys.tables
tempdb.sys.objects also returns empty.
tempdb.sys.objects
BABEL_4_X_DEV (Default)
babelfishpg_tsql (Default)
Ubuntu (Default)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
Queries in
tempdb.sys.tables
returns no results.Running this in SSMS the return is a empty dataset
tempdb.sys.objects
also returns empty.Version
BABEL_4_X_DEV (Default)
Extension
babelfishpg_tsql (Default)
Which flavor of Linux are you using when you see the bug?
Ubuntu (Default)
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: