Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
User designed tables
Message
General information
Forum:
Microsoft SQL Server
Category:
Database design
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01511812
Message ID:
01511850
Views:
38
>I have a feeling a lot of your design decisions were made around the limitation of VFP that you couldn't add/remove fields without exclusive access to the table. In SQL Server that limitation is removed and that should simplify some of your rewrite decisions.
>
>I'm assuming in your app you used generic char fields and then in your metadata tracked what type of data was actually being stored (numeric, date, etc.). In SQL server, because you can add fields on the fly, the fields types can actually match the data that is being stored.

That's a good point. For some reason I am still leery of issuing ALTER TABLE on the fly. If nothing else it's going to be time consuming for a table of any size.
Previous
Reply
Map
View

Click here to load this message in the networking platform