If you’re looking for a catalog view to return parameter information in SQL Server, you have a choice. In particular, you can get parameter information from sys.parameters
, sys.system_parameters
, and sys.all_parameters
.
However, you will probably only want to use one of these views, as there are differences between them.