Re: "Included Columns" in index definition? (MSSQL)
Avgerinos
Hi Andy & Sherman
toggle quoted messageShow quoted text
I prefer to define all tables (fields, indices and related attributes) with the Magic Data Dictionary. Having all the app design and logic defined and primarily stored in one place (Magic), helped me keep a good control of my numerous apps during the last 35 years. If I need an extra feature which is not directly supported by Magic, I always try to find a way to define within the Studio, instead of using e.g. the Management Studio (in the case of MS-SQL). And this happens very rarely, since I always avoid "acrobatics" when designing a database. My current need is to add an "Included Column" in addition to the "Indexed Columns of an MSSQL table. "Included Columns" are the ones that are stored in the index (for speed optimization purposes only) without participating in it. This can be easily done in Management studio, but still I would prefer this to be done within Magic. My question to the group came because I was hoping that there is some "Additional DB Information" solution or something similar. Thank you both for your replies Best Regards Avgerinos
On 21/12/2020 6:13 π.μ., Andy Jerison
wrote:
|
|