Viewing 15 posts - 121 through 135 (of 338 total)
Yes marketing is the enemy not the other team members 😀
August 1, 2008 at 9:06 am
Manie: I could not have put better, do what is necessary but also make it suffcient.
Once its in the accounts ledgers you can't remove it, only jounal it.:P
Control is everything...
August 1, 2008 at 8:43 am
Thats why as I posted earlier you build a seperate optomized DAL part for each db. 😉
That way you have abstraction and performance with the stored procs in each db...
August 1, 2008 at 1:45 am
The Almighty Data Architect is in charge 😀
Thou shalt obey his words both developer and DBA alike or suffer in the purgatory of unemployment!
:D:D:D:D:D:D:D:D:D:D:D:D
July 31, 2008 at 9:51 am
No the (application)users have acces to the application(s).
The application(s) has/have access to the stored procs.
The stored procs have access to the tables.
This is what is happening using either method -...
July 31, 2008 at 8:36 am
scott.w.white (7/31/2008)
sgoldman (7/31/2008)
July 31, 2008 at 8:20 am
I would use an integer value based on the expected scale of the data.
programming one rule to follow is;-
never compare floating point numbers by equality as this cannot be guarenteed.
(Due...
July 31, 2008 at 8:14 am
Well as I said "no" is your answer, same db no need to change your stored procs, you just add the new code that does the new things you require.
You...
July 31, 2008 at 7:38 am
Hi,
you design looks a little off, numeric (10,0) instead of int/big int for ID columns are you sure?
July 31, 2008 at 7:25 am
Seggerman (7/31/2008)
...in my previous ASP.NET I found myself often needing one indicator from one table - in that case I would string together the SQL needed in code
....
You are just...
July 31, 2008 at 7:03 am
sgoldman (7/31/2008)
- Do you find yourself writing a substantial new set of Stored Procedures for each new application? Or do you normally set up the bulk of the...
July 31, 2008 at 6:56 am
john.arnott (7/30/2008)
Yeah and implement a couple of stored procs called blow_to_head and alchol_intoxication which use some sort of fuzzy logic and produce random loss of data and strange...
July 31, 2008 at 2:13 am
Yeah installers should have 'exit' or 'complete' or 'close' on the final button that you click
just a thought 😉
July 31, 2008 at 1:58 am
Viewing 15 posts - 121 through 135 (of 338 total)