Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

is there any way to show configurable column name for user tables's column, which end users can change at his will.

$
0
0
hi, Generally we put alias to column name,if we want to show any other column name other than tables's column name.what we need is to give felicity to end user to change any column name he wants.for that , what i can do is , every time he changes a column name in UI , i save it in a table against original column name with table name and when next time he visits the page, i read his name form database and put it in alias dynamically.q1) is there any new feature available which can do this automatically .yours sincerely

Viewing all articles
Browse latest Browse all 6525

Trending Articles