.NET Integration

1. What are steps to load a .NET code in SQL SERVER 2005?
2. How can we drop an assembly from SQL SERVER?
3. Are changes made to assembly updated automatically in database?
4. Why do we need to drop assembly for updating changes?
5. How to see assemblies loaded in SQL Server?
6. I want to see which files are linked with which assemblies?
7. Does .NET CLR and SQL SERVER run in different process?
8. Does .NET controls SQL SERVER or is it vice-versa?
9. Is SQLCLR configured by default?
10. How to configure CLR for SQL SERVER?
11. Is .NET feature loaded by default in SQL Server?
12. How does SQL Server control .NET run-time?
13. What’s a “SAND BOX” in SQL Server 2005?
14. What is an application domain?
15. How are .NET Appdomain allocated in SQL SERVER 2005?
16. What is Syntax for creating a new assembly in SQL Server 2005?
17. Do Assemblies loaded in database need actual .NET DLL?
18. You have a assembly which is dependent on other assemblies, will SQL Server load the dependent assemblies?
19. Does SQL Server handle unmanaged resources?
20. What is Multi-tasking?
21. What is Multi-threading?
22. What is a Thread ?
23. Can we have multiple threads in one App domain?
24. What is Non-preemptive threading?
25. What is pre-emptive threading?
26. Can you explain threading model in SQL Server?
27. How does .NET and SQL Server thread work?
28. How is exception in SQLCLR code handled?
29. Are all .NET libraries allowed in SQL Server?
30. What is “Hostprotectionattribute” in SQL Server 2005?
31. How many types of permission level are there for an assembly?
32. In order that an assembly gets loaded in SQL Server what type of checks are done?
33. Can you name system tables for .NET assemblies?
34. Are two version of same assembly allowed in SQL Server?
35. How are changes made in assembly replicated?
36. Is it a good practice to drop a assembly for changes?
37. In one of the projects following steps where done, will it work?
38. What does Alter assembly with unchecked data signify?
39. How do I drop an assembly?
40. Can we create SQLCLR using .NET framework 1.0?
41. While creating .NET UDF what checks should be done?
42. How do you define a function from the .NET assembly?
43. Can you compare between T-SQL and SQLCLR?
44. With respect to .NET is SQL SERVER case sensitive?
45. Does case sensitive rule apply for VB.NET?
46. Can nested classes be accessed in T-SQL?
47. Can we have SQLCLR procedure input as array?
48. Can object datatype be used in SQLCLR?
49. How’s precision handled for decimal datatypes in .NET?
50. How do we define INPUT and OUTPUT parameters in SQLCLR?
51. Is it good to use .NET datatypes in SQLCLR?
52. How to move values from SQL to .NET datatypes?
53. What is System.Data.SqlServer?
54. What is SQLContext?
55. Can you explain essential steps to deploy SQLCLR?
56. How do create function in SQL Server using .NET?
57. How do we create trigger using .NET?
58. How to create User Define Functions using .NET?
59. How to create aggregates using .NET?
60. What is Asynchronous support in ADO.NET?
61. What is MARS support in ADO.NET?
62. What is SQLbulkcopy object in ADO.NET?
63. How to select range of rows using ADO.NET?
64. What are different types of triggers in SQl SERVER 2000 ?
65. If we have multiple AFTER Triggers on table how can we define the sequence of the triggers ?
66. How can you raise custom errors from stored procedure ?

1 comment:

  1. Thanks ..
    It is good question for interview

    ReplyDelete