Is there any possibility to get into system view code, just to realize how view was constructed, which object it uses, and so on…
I don’t need do change them, just to view code.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use:
It gives you the definition on one line, unlike using
SP_HelpTextwhich gives you the definition split into chunks – often splitting mid word, which is very unhelpful.Works on system objects too, and for a variety of types (not just views):
MSDN Documentation.