Skip to navigation

Get all tables and columns used or referenced by a mssql query or stored procedure17.08.18

https://stackoverflow.com/questions/29023514/how-can-i-get-a-list-of-all-columns-referenced-in-a-stored-procedure

Reply

Anonymous

17.08.18

https://docs.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-freeproccache-transact-sql?view=sql-server-2017

Reply

Anonymous

All problems in computer science can be solved with another level of indirection. Except for the problem of having too many layers of indirection