I need to use some values (table values Ex: StudentId) in many Stored procedures. So I need to query that value in every stored procedure. In MVC I am able to store that value in WebConfig. But in SQL how can I do that?
Is there any option to store that value globally to refer it in a Stored procedure?