C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
SQL Server Transact Basic to Expert - Create basic View with Encryption
WhatsApp
Karthikeyan Anbarasan
13y
3.5
k
0
0
25
Blog
This blog shows how to create a simple view with a basic encryption
Syntax:
CREATE VIEW Viewname
WITH ENCRYPTION
AS
Select statement
Example:
CREATE VIEW vemptable
WITH ENCRYPTION
AS
Select empname, empid, empsal
GO
SQL Server Transact Basic to Expert - Create basic View with Encryption
Up Next
SQL Server Transact Basic to Expert - Get number of connection instances created in SQL
Ebook Download
View all
Introducing Microsoft SQL Server 2016
Read by 11k people
Download Now!
Learn
View all
Membership not found