May 26, 2015 at 2:27 pm
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 CRUD
Col 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.
May 27, 2015 at 10:04 pm
don't think you can do it directly. You could create views that include the primary key and then grant a group of users update permissions on the view.
May 28, 2015 at 2:40 pm
May 28, 2015 at 6:50 pm
@SQLFRNDZ (5/28/2015)
Thank you ! That's what I thought too and could not find a way to do in SQL server. We end up with a trigger to do the insert to the newtable
They're called "indexed views" in "Books Online".
--Jeff Moden
Change is inevitable... Change for the better is not.
May 29, 2015 at 8:55 am
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy