Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Webservices vs Stored Procedures

Reply
Thread Tools

Webservices vs Stored Procedures

 
 
Tim Greenwood
Guest
Posts: n/a
 
      09-28-2005
Can anyone give me a GOOD reason for opting to use webservices on an
internal network for processing that will never be exposed directly to the
public? I'm rather adamantly against going this route and would rather
continue using Stored procedures and let the web/application developers
create their own strongly typed datasets using those SP's. It just seems
like an awful lot of data wasting our internal bandwidth for no good reason.
Now if we were publishing those webservices for public consumption I could
understand it but it seems like a poor use of webservices for developers who
are just being lazy maybe and wanting someone else to do their work

It was also mentioned that with SQL 2005 binary data and serializing will be
a big deal for performance on the server/network. I've not kept up with SQL
since last fall so I'm a bit out of touch on that.....any input anyone??

I really appreciate anything I can get hold of here.


 
Reply With Quote
 
 
 
 
Helen
Guest
Posts: n/a
 
      10-04-2005
Hi Tim,

I agree as well. If you are only performing internal data retreival
functions there isnt an overwhelming advantage to creating a Web Service.
I will look into your question about SQL 2005 and attempt to answer it shortly


"Tim Greenwood" wrote:

> Can anyone give me a GOOD reason for opting to use webservices on an
> internal network for processing that will never be exposed directly to the
> public? I'm rather adamantly against going this route and would rather
> continue using Stored procedures and let the web/application developers
> create their own strongly typed datasets using those SP's. It just seems
> like an awful lot of data wasting our internal bandwidth for no good reason.
> Now if we were publishing those webservices for public consumption I could
> understand it but it seems like a poor use of webservices for developers who
> are just being lazy maybe and wanting someone else to do their work
>
> It was also mentioned that with SQL 2005 binary data and serializing will be
> a big deal for performance on the server/network. I've not kept up with SQL
> since last fall so I'm a bit out of touch on that.....any input anyone??
>
> I really appreciate anything I can get hold of here.
>
>
>

 
Reply With Quote
 
 
 
 
Kumar Shetgar
Guest
Posts: n/a
 
      10-06-2005
Tim...

It depends...
Both versions have their own merits and demerits.
If you have a many number of appplications using a common functionality,
it makes sense to use web service. Because in case if you need to change the
logic of that method...you only need to change it in the web service and
nowhere else.
if you just have one or two applcations...then you can think of SP in the
application.
As I said before...It depends on the scenario. Hope that helps to make your
decision.

-- Kumar Shetgar

"Tim Greenwood" wrote:

> Can anyone give me a GOOD reason for opting to use webservices on an
> internal network for processing that will never be exposed directly to the
> public? I'm rather adamantly against going this route and would rather
> continue using Stored procedures and let the web/application developers
> create their own strongly typed datasets using those SP's. It just seems
> like an awful lot of data wasting our internal bandwidth for no good reason.
> Now if we were publishing those webservices for public consumption I could
> understand it but it seems like a poor use of webservices for developers who
> are just being lazy maybe and wanting someone else to do their work
>
> It was also mentioned that with SQL 2005 binary data and serializing will be
> a big deal for performance on the server/network. I've not kept up with SQL
> since last fall so I'm a bit out of touch on that.....any input anyone??
>
> I really appreciate anything I can get hold of here.
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Debugging SQL Server 2000 Stored Procedures. lhak ASP .Net 1 10-23-2004 03:30 PM
Putting stored procedures in a dll Soumitra Banerjee ASP .Net 1 02-27-2004 01:46 AM
VB.NET Retrieving Identity form MSSQL2000 without using stored procedures Taras ASP .Net 2 10-05-2003 05:35 AM
Waiting on Stored Procedures Matt ASP .Net 2 07-18-2003 12:46 PM
Re: Your opinion about stored procedures mono ASP .Net 1 07-04-2003 07:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57