Slashdot Mirror


User: Mike9000

Mike9000's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Could this be an over reaction... on Infants Ingest 77 Times the Safe Level of Dioxin · · Score: 1

    If infants are ingesting 77 times the safe limit and adults are ingesting 1,200 times the safe limit, it make me wonder, maybe the "safe" limit is a little too low. We are still here, replying to this story and our kids are still playing in yard... If you want to protect the population form everything, you need to stop the manufacturing of.. well... everything... You want a car and a computer at a reasonable price, deal with it. Could this be an over reaction to get a story and some "air time"... I think so.

  2. Toronto on Sony Quietly Opening Retail Stores · · Score: 1

    We have had a Sony Store in the GTA for years... y'all are just slow [grin] When you get your butt into one, don't expect better prices.

  3. Standardized Data Access on Stored Procedures - Good or Bad? · · Score: 1
    I like to keep as much of the data access (read and write) in the SP's. This way you ensure that all of your applications are using the same routines to get your information. This is important when you have a large number of reports. The easiest way to make sure your reports report the same information consistently is to have them access the same SP's.

    Just my humble opinion.