c# - insert directly or via a stored procedure -


I am using SQL Server and Winforms for my application. Pressing the button on a form will put data in database tables every minute

For this, I am using the INSERT query.

But if I make a process and include only one query, will it be more efficient, then what will be the difference?

Using stored procedures is safer

Comments