Unlocking Power with Updatable Views in SQL Server
An updatable view in SQL Server is a view that allows modifications such as INSERT, UPDATE, or DELETE operations on the underlying tables through the view.
2024-04-22
5,016 reads
An updatable view in SQL Server is a view that allows modifications such as INSERT, UPDATE, or DELETE operations on the underlying tables through the view.
2024-04-22
5,016 reads
2024-08-05 (first published: 2024-02-26)
540 reads
2024-02-12
495 reads
This article explores how to create and use views in SQL Server 2019 using SSMS.
2021-12-27
6,608 reads
Learn about the concept of views in SQL, and how they work. Read on to see clear examples of how to implement views.
2020-06-30
2020-04-20
868 reads
In this tip we look at how to insert and delete data via SQL Server views.
2020-01-13
You find you are querying a vendor supported database where you're not allowed to make any collation changes, and which has a weird collation setup: default DB collation that matches your server and other databases all character related columns are explicitly a different collation that does not match your DB or server collation Rather than […]
2019-07-05 (first published: 2019-06-26)
4,240 reads
In this tip we look at how to create a SQL Server trigger on a SQL Server view.
2019-05-01
2017-10-05 (first published: 2017-10-02)
15,173 reads
By Brian Kelley
Most of us know that spending a lot of time on social media and...
By Steve Jones
Redgate Monitor is growing to include more than just Microsoft SQL Server monitoring. We...
By Steve Jones
Experience is overrated. Most breakthrough accomplishments were done by people doing them for the...
hi im looking at a query for a friend that has to be lacking...
Hello, At my work place I recently migrated our test environment to SQL Server...
What formats of API endpoints can the Data API Builder present to clients when exposing the database?
See possible answers