show / hide menu

MS SQL – Stored Procedure

Stored Procedure in MS SQL provides you a powerful database layer of programming option. You can have the data source configured with a service account or windows authentication and allow the form to work with a stored procedure to read or manipulate the data. This is one of the most powerful section where you can have your own abstract of logic hidden in the stored procedure apart from what you can do in the AppForm.