adspace
Answer Posted / Bhupendra Singh
"Policy management in SQL Server involves creating, modifying, and enforcing rules to govern database objects and user behavior. The basics include setting up roles and permissions, data encryption, auditing, and compliance with industry regulations such as GDPR or HIPAA. Policies can be managed using SQL Server Management Studio (SSMS) or Transact-SQL (T-SQL) commands.".
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to convert character strings into numeric values?
How raid can influence database performance?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
Can we do dml on views?
What is a scheduled job or what is a scheduled task?
do you know how to configure db2 side of the application? : Sql server database administration
Why should you use or avoid select * statements?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
Equi join and non equi join is possible with sql server?
What is normalization and what are the advantages of it?
What kind of problems occurs if we do not implement proper locking strategy?
What is the primary use of the model database?
What is an indexed view?
Explain “row_number()” in sql server with an example?
What is temporary table in sql server? Why we use temp table?