0

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.

1 Answer 1

0

We recommended that you use the system functions, Information Schema Views, or the system stored procedures to obtain system information without directly querying the system tables.
Source:
http://msdn.microsoft.com/en-us/library/ms191238%28v=sql.90%29.aspx

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.