Re: Pass-thru SQL performance vs Stored Proc
From: Louis Davidson (dr_dontspamme_sql_at_hotmail.com)
Date: 01/13/05
- Next message: Louis Davidson: "Re: NOLOCK"
- Previous message: David Portas: "Re: CASE for flow control?"
- In reply to: Max: "Re: Pass-thru SQL performance vs Stored Proc"
- Next in thread: Adam Machanic: "Re: Pass-thru SQL performance vs Stored Proc"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 Jan 2005 14:13:02 -0600
16 years? Has it even been around that long? I know I got (what I think
was) version 1.0 right before gettting 4.2, and that was only like 10 or 11
years ago.
As far as Dynamic SQL, every case where I thought it would be better was
deemed "too hard" by the programmers and they made me put it in a procedure.
They were always keen to do the trivial without stored procedures however,
so I genereally have had to fight a lot with "other-tier" programmers :)
As for the future, I completely agree with you there. Didn't mention it
because it isn't yet something to discuss too much, but the power of the
functional language supporing the relational language (when used properly)
is going to be great, and eliminate this sort of concern.
Thanks,
-- ---------------------------------------------------------------------------- Louis Davidson - drsql@hotmail.com SQL Server MVP Compass Technology Management - www.compass.net Pro SQL Server 2000 Database Design - http://www.apress.com/book/bookDisplay.html?bID=266 Note: Please reply to the newsgroups only unless you are interested in consulting services. All other replies may be ignored :) "Max" <maxl@msn.com> wrote in message news:1105645155.446123.270970@z14g2000cwz.googlegroups.com... > In 16 years of using or supporting SQL Server for approximately 1,000 > different applications, only ~ 8 years during which Dynamic SQL was a > reasonable choice, I have yet to see a case where storing and executing > straight SQL from an application makes more sense than using stored > procedures. Finally, SQL 2005 eliminates every conceivable argument > for storing business logic outside the database - even .NET assemblies > are tied to stored procedures. >
- Next message: Louis Davidson: "Re: NOLOCK"
- Previous message: David Portas: "Re: CASE for flow control?"
- In reply to: Max: "Re: Pass-thru SQL performance vs Stored Proc"
- Next in thread: Adam Machanic: "Re: Pass-thru SQL performance vs Stored Proc"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|