logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Which command using Query Analyzer will give you the version of SQL server and operating system?


  • Correct Answer
  • SELECT SERVERPROPERTY ('productversion'), SERVERPROPERTY ('productlevel') and SERVERPROPERTY ('edition') 


  • Technology problems


    Search Results


    • 1. What is SQL Server Agent?
    • Discuss
    • 2. When do you use UPDATE_STATISTICS command?
    • Discuss
    • 3. What is Analysis service repository?
    • Discuss
    • 4. Explain the use of keyword WITH ENCRYPTION. Create a Store Procedure with Encryption
    • Discuss
    • 5. What are the rules to use the ROWGUIDCOL property to define a globally unique identifier column?
    • Discuss
    • 6. Mention the difference between clustered and a non-clustered index?
    • Discuss
    • 7. How to create recursive query in SQL Server?
    • Discuss
    • 8. Define Trigger
    • Discuss
    • 9. Write an SQL Query to find employees whose name starts with an ?M??
    • Discuss
    • 10. Difference between a query and a statement in SQL?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment