May 8, 2010 at 10:48 am
What is the difference between Non-Updateable Views and Updateable Views in SQL server?
Please Give me with examples?
May 8, 2010 at 11:34 am
One you can use an update statement to update the data, the other you can't. 😉
If you need additional information, please specify exactly what issue you are having and what you have tried so far to fix it.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
May 8, 2010 at 7:45 pm
satishthota (5/8/2010)
What is the difference between Non-Updateable Views and Updateable Views in SQL server?Please Give me with examples?
Actually, this is covered in Books Online far better than any of us could. It explains what makes certain views non-updateable. Books Online is the free help system that comes with SQL Server. Give it a try....
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 7:51 pm
Can you please give me examples on
a) Non-Updateable Views
b) Updateable Views
May 8, 2010 at 8:16 pm
satishthota (5/8/2010)
Can you please give me examples ona) Non-Updateable Views
b) Updateable Views
Ummm... since I think this is a test question or maybe an interview question, I really need you to show that you're willing to help yourself by looking it up in Books Online like I suggested.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply