Click here to Skip to main content
15,905,782 members
Home / Discussions / C#
   

C#

 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
leppie4-Aug-08 20:07
leppie4-Aug-08 20:07 
JokeRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
Harvey Saayman4-Aug-08 22:58
Harvey Saayman4-Aug-08 22:58 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
PIEBALDconsult5-Aug-08 3:14
mvePIEBALDconsult5-Aug-08 3:14 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
leppie5-Aug-08 3:56
leppie5-Aug-08 3:56 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
Ashfield4-Aug-08 21:16
Ashfield4-Aug-08 21:16 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
PIEBALDconsult5-Aug-08 3:24
mvePIEBALDconsult5-Aug-08 3:24 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
Ashfield5-Aug-08 8:26
Ashfield5-Aug-08 8:26 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
Guffa4-Aug-08 21:42
Guffa4-Aug-08 21:42 
Stored procedures are great, but they are not magical.

You might sometimes get a slight speed benefit from using stored procedures, but the potential is very limited. You can easily get much more speed from other changes.

If you want to keep as much of the programming as possible in one place, the database is definitely not the place. Robust and maintainable code is better written in a compiled and object oriented language. Your stored procedures should query data, and little more.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
PIEBALDconsult5-Aug-08 3:26
mvePIEBALDconsult5-Aug-08 3:26 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
nelsonpaixao5-Aug-08 13:32
nelsonpaixao5-Aug-08 13:32 
QuestionHow to finalize an object with an internal Thread ? Pin
ofeririko4-Aug-08 11:38
ofeririko4-Aug-08 11:38 
AnswerRe: How to finalize an object with an internal Thread ? Pin
led mike4-Aug-08 12:09
led mike4-Aug-08 12:09 
AnswerRe: How to finalize an object with an internal Thread ? Pin
Guffa4-Aug-08 12:32
Guffa4-Aug-08 12:32 
Questionobject oriented(class inheritance)??????? Pin
mr.mohsen4-Aug-08 10:57
mr.mohsen4-Aug-08 10:57 
AnswerRe: object oriented(class inheritance)??????? Pin
DaveyM694-Aug-08 11:03
professionalDaveyM694-Aug-08 11:03 
AnswerRe: object oriented(class inheritance)??????? Pin
DaveyM694-Aug-08 11:08
professionalDaveyM694-Aug-08 11:08 
AnswerRe: object oriented(class inheritance)??????? Pin
CodingYoshi4-Aug-08 12:37
CodingYoshi4-Aug-08 12:37 
QuestionModify a file with a write only lock Pin
StevenWalsh4-Aug-08 10:38
StevenWalsh4-Aug-08 10:38 
AnswerRe: Modify a file with a write only lock Pin
Paul Conrad4-Aug-08 10:43
professionalPaul Conrad4-Aug-08 10:43 
QuestionTrying to set the printer in printdialog Pin
baranils4-Aug-08 10:33
baranils4-Aug-08 10:33 
QuestionPDF Library Pin
CodingYoshi4-Aug-08 10:18
CodingYoshi4-Aug-08 10:18 
AnswerRe: PDF Library Pin
Pete O'Hanlon4-Aug-08 10:27
mvePete O'Hanlon4-Aug-08 10:27 
GeneralRe: PDF Library Pin
Paul Conrad4-Aug-08 10:41
professionalPaul Conrad4-Aug-08 10:41 
GeneralRe: PDF Library Pin
Pete O'Hanlon4-Aug-08 10:45
mvePete O'Hanlon4-Aug-08 10:45 
GeneralRe: PDF Library Pin
Paul Conrad4-Aug-08 10:49
professionalPaul Conrad4-Aug-08 10:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.