I want to access the script of stored procedure from c# code. Is it possible. I know to access it through sql server(throgh right click and scripting) and like sp_helptext procname, is there a way to access the stored procedure script from c# code.
Thanks
Go to the complete details ...