Тёмный

Implementing Row Level Security on SQL Server 

techsapphire
Подписаться 15 тыс.
Просмотров 6 тыс.
50% 1

Implementing row level security become very important if you are using SQL Server as warehouse or implementing multi tenancy.

Опубликовано:

 

21 мар 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 5   
@pvksmaheeth8816
@pvksmaheeth8816 4 месяца назад
is there an option in SQL server, that the whole table data is encrypted and to view the original data I need two passwords, one for myself and the other for the client
@pvksmaheeth8816
@pvksmaheeth8816 4 месяца назад
can we call this table level security ?
@juancarlostorresmachuca8984
@juancarlostorresmachuca8984 9 месяцев назад
This is so helpful, is there any way to have your script?
@techsapphire
@techsapphire 9 месяцев назад
/****** Script for SelectTopNRows command from SSMS ******/ SELECT * FROM [dbo].[] create schema Security CREATE FUNCTION Security.tvf_(@filtercolumn AS nvarchar(50)) RETURNS TABLE WITH SCHEMABINDING AS RETURN SELECT 1 AS tvf_securitypredicate_result WHERE @filtercolumn = USER_NAME(); GO CREATE SECURITY POLICY Filter ADD FILTER PREDICATE Security.tvf_Predicate(filtercolumn) ON dbo.[] WITH (STATE = ON); GRANT SELECT ON schema::dbo TO []; GRANT SELECT ON schema::dbo TO SalesRep1; CREATE LOGIN [] WITH PASSWORD=N'MX%e[bz4+Ld],r]X' ,DEFAULT_DATABASE=[IbAssetsAndReferencesDev] CREATE USER [] FOR LOGIN []
@sohailakbar7577
@sohailakbar7577 2 месяца назад
@@techsapphire Good question and good reply. Thanks
Далее
Row Level Security in SQL Server 2016
5:36
Просмотров 1,5 тыс.
No one will play with him( #standoff #meme #grenade
00:12
Row Level Security
43:14
Просмотров 9 тыс.
Locking in SQL Server
22:05
Просмотров 8 тыс.
Always Encrypted for Beginners
41:36
Просмотров 5 тыс.
Database Indexing for Dumb Developers
15:59
Просмотров 47 тыс.