Quantcast
Channel: Stored procedure
Browsing all 11 articles
Browse latest View live

Re: Stored procedure

5000 lines of code for the parameter class? Jeeeeeezz...What's the problem of using SqlParmeter? I wonder if the previous developer was afraid of using standard constructs... or if he got paid by the...

View Article



Re: Stored procedure

Thanks for your help so far Johram, and yes you are right the code is horrible, worst part is it wasnt commented, and the structDBParameter class is over 5000lines of code.

View Article

Re: Stored procedure

Oh man, I feel sorry for you having to deal with it. This code looks horrible! [:(]Most of the code seems to be specifying parameters, and it is totally impossible to get an overview of what's being...

View Article

Re: Stored procedure

Hi thanks for all the responses so far, one of the most frequently used stored procedures in the system is one in which a table is updated, i feel if i can get some help in changing just one i can then...

View Article

Re: Stored procedure

Hi thank you for your replies, thats what i am tring to do because the sytem has over 100 procedures which just seem to be simple select or update statements, however the person working on it before me...

View Article


Re: Stored procedure

I agree with ca8msm , one of the main reasons for using stored procedures is that the queries can be compiled = better performance. There's no point in having dynamic queries in a stored procedure. At...

View Article

Re: Stored procedure

PeterNwanThank you Johram I will try your suggestion, and the reason i am using inline sql instead is 1)Bosses orders 2)There are over 100 stored procedures and we are trying to cut this down. thanks...

View Article

Re: Stored procedure

Thank you Johram I will try your suggestion, and the reason i am using inline sql instead is 1)Bosses orders 2)There are over 100 stored procedures and we are trying to cut this down. thanks

View Article


Re: Stored procedure

You seem to have three parameters that can be specified dynamically (forename/surname/username) and two that is mandatory (accessright/constructor). Now, If you skip the dynamic behavior (where only...

View Article


Re: Stored procedure

Why are you taking the functionality out of stored procedures and writing inline sql?

View Article

Stored procedure

Hi, i am trying to cut down on the number of stored procedures on a system I am working on, the stored procedure basically brings back information based on what has been written in a textbox or what...

View Article
Browsing all 11 articles
Browse latest View live




Latest Images