Well I come from the Oracle culture and want to learn about SQL Server. I would like to know how I see the columns of a system view, for example: I tried with
sp_help teste.INFORMATION_SCHEMA.ROUTINES
and
desc teste.INFORMATION_SCHEMA.ROUTINES
To try to visualize the columns of this view that shows the routines of the test database but did not get any success, how do I query these meta data?