I have a table with a bunch of queries.
What I have to do is selecting records which has query using SQL Server system function.
It would be the best to select all system function names so that I can get it done with the subquery within a where clause.
The advice would be great.