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

Creating a table with Updatable columns and Read-only columns

$
0
0
Here is My requirement, I'm not sure if this is possible. Creating table called master like col1, col2 col3, col4 , col5 Where Col1, col2 are updatable - this can be done easily Col3, col4 are columns in another table but these can be just a read only ?? Is this possible ? this is possible with View but not friendly with share point CRUDCol 5 is a computed column of col 2 and col5 ? if above step can be done then sure this can be done I guess. Please advise if someone has done similar.

Viewing all articles
Browse latest Browse all 3145

Trending Articles