Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More on performance issue
Message
From
13/10/2008 11:52:25
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01354488
Message ID:
01354629
Views:
25
>When parameters are used with SQL Server ODBC driver, they end up to be passed to the sp_executesql with a query itself. I don't know what .NET provider does. That's why I suggested to use SQL Server Profiler to see what actual SQL statement sent to the SQL Server from your application. It could be the sp_executesql as well.

Yes, correct, SQL Profiler shows everything in sp_executesql approach. I guess I will adjust the data class of my framework to use it back and I will see how it goes today with more tests I will do. It might not be that much on a per transaction basis to save one hundred of a second, but at large scale, this might mean that we could support up to thousands of additional hits per day within the same infrastructure.

BTW, I was just curious to know what develpment platform you are using or is it mostly some DBA stuff at the server level?

Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform