Activity overview
Latest activity by sleepyhead
Linked server: Authentication required
When using a linked server SQL prompt asks me to authenticate to the linked server. Usually I do not have access to the linked server when developing from a remote machine thus I must choose 'do no...
How to get table list when using ALTER TABLE
I am unable to get a list of tables after writing ALTER TABLE. I want intellisense when using ALTER TABLE, with table name and column name for ALTER TABLE x DROP COLUMN Y.
Is it possible? I tried a...
ignore owner when ordering objects
Can you please add option to order by name and not by owner, name? With many owners it is difficult to locate a table when you know the name of the table and not the owner. (we are planning to scri...