Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Regarding Stored Procedures

Author  Topic 

SQLSeeker
Starting Member

15 Posts

Posted - 2009-11-04 : 06:53:15
Hi,
In my application there are around 180 tables. I have created stored procedure for Insert, Delete, Update, and Retrieve functionality through code generator. These procedures have single line statement i.e for insert into table Insert command and all field values as parameters.
Now my query is related to performance. If i use SQL Injection in c#
for same insert query then which way is efficient performance wise.
   

- Advertisement -