logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain the use of keyword WITH ENCRYPTION. Create a Store Procedure with Encryption


  • Correct Answer
  • It is a way to convert the original text of the stored procedure into encrypted form The stored procedure gets obfuscated and the output of this is not visible to CREATE PROCEDURE Abc WITH ENCRYPTION AS << SELECT statement>> GO 


  • Technology problems


    Search Results


    • 1. What are the rules to use the ROWGUIDCOL property to define a globally unique identifier column?
    • Discuss
    • 2. What is the difference between UNION and UNION ALL?
    • Discuss
    • 3. What is a linked server in SQL server?
    • Discuss
    • 4. How to upload files in Amazon S3?
    • Discuss
    • 5. How to use SimpleDB with Amazon?
    • Discuss
    • 6. What is Analysis service repository?
    • Discuss
    • 7. When do you use UPDATE_STATISTICS command?
    • Discuss
    • 8. What is SQL Server Agent?
    • Discuss
    • 9. Which command using Query Analyzer will give you the version of SQL server and operating system?
    • Discuss
    • 10. Mention the difference between clustered and a non-clustered index?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment