Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# Assemblies on Sql Server
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01342551
Message ID:
01343049
Views:
18
Hi Viv,

> And the CLR processing will require the same number of CPU cycles whether on the client or server so any time saved will be based on the size of the result set sent to the client.

Server side processes aren't necessarily a matter of performance, but also of security. It's much easier to protect code loaded into a SQL server than it is to protect code that is distributed to all clients, especially if the code implements business secrets. A laptop with code is easier to steal than a SQL server in a secure server room. Whether such code has to run inside a SQL server,is a different matter, though...
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform