472 reputation
39
bio website zilchworks.com
location Massachusetts
age 54
visits member for 2 years, 4 months
seen Apr 2 at 21:58
stats profile views 104

GySgt USMC Retired
Favortite Computer Book:
Complete Turbo Pascal Third Edition by Jeff Duntemann

I've been away from Delphi for about 8 years (long story). I've gone from Delphi 5 Enterprise to Delphi 2010 Professional. It's quite a big jump. I'm blogging about my experiences if you care to check it out. Cape Cod Gunny Does Delphi.

The coolest part about being away for so long is this... It's as if I was given another chance to go back in time and do it all over again. You can bet I won't be making the same mistakes this time, just new ones. ;-)


Mar
7
awarded  Notable Question
Jan
10
awarded  Yearling
Aug
17
accepted Do I really need to keep .LDF files?
Aug
17
answered Do I really need to keep .LDF files?
Jun
12
awarded  Popular Question
May
1
comment Do I really need to keep .LDF files?
If the reporting database seems to be corrupt we restart the update database task that normally runs at night. We usually don't have to do this very often. Now I need to go read up on bulk logged recovery... thanks Shark.
May
1
revised Do I really need to keep .LDF files?
adeed night process steps
May
1
comment Do I really need to keep .LDF files?
Okay, but what purpose does an .ldf file serve if there have been no updates?
May
1
comment Do I really need to keep .LDF files?
Unfortunately I can't set the database to READ_ONLY. We may need to create a view to help support our reporting capabilities.
May
1
comment Do I really need to keep .LDF files?
Our production MS SQL 2005 database is re-created each night from file extracts off of another system.
May
1
revised Do I really need to keep .LDF files?
added clrification
May
1
asked Do I really need to keep .LDF files?
Jan
10
awarded  Yearling
Oct
28
accepted Can I Simply Change A Transaction Log From Unrestricted to Restricted?
Oct
27
awarded  Editor
Oct
27
revised Can I Simply Change A Transaction Log From Unrestricted to Restricted?
added clarification about the size of the transaction log
Oct
27
asked Can I Simply Change A Transaction Log From Unrestricted to Restricted?
Sep
9
accepted What is SQL/PSM and how does it differ from other versions of SQL?
Sep
6
asked What is SQL/PSM and how does it differ from other versions of SQL?
Aug
1
comment Whether or not to create separate tables for different product types?
That's not how you phrased your question. Quote: "For instance, a Model can have many options and a option can have many models. An option can also have many parts and a part can have many options... and so on..." At this poin I suggest you create spreadsheets that mimmick your table layout and fill them with data. This will expose any weaknesses that may exist.