What is the use of keyword with encryption.
Answer / Mahipal Singh Kalohiya
The WITH ENCRYPTION keyword in SQL Server provides a way to encrypt a Transact-SQL script before it is executed. This is useful for securing sensitive data by preventing unauthorized access to script content during transmission or storage. Encrypted scripts can be saved, sent as email attachments, or stored in version control systems without exposing sensitive information.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is read committed?
you have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem? : Sql server administration
Write an sql query to sort a table according to the amounts in a row and find the second largest amount.
What is create command?
What is difference between equi join and inner join?
How will you add a dimension to cube? : sql server analysis services, ssas
How get current date in SQL server 2000
I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30
What is the boxing and unboxing concept in .net?
How to Update from select query in sql server?
Explain indexing and what are the advantages of it?
What is policy based management (pbm)? : sql server database administration
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)