Tuesday, January 18, 2011

20 important SQL Server interview questions on .NET integration - Part 3

20 importantSQL Server interview questions on .NET integration - Part 3



This section is Part 3 and it will cover the most asked SQL Server interview questions by the
interviewer so have a look on the following and do revise it when ever you go for the SQL Server interview
Normally SQL Server interview starts with.....

Can we have SQLCLR procedure input as array?
Can object data type be used in SQLCLR?
How is precision handled for decimal data types in .NET?
How do we define INPUT and OUTPUT parameters in SQLCLR?
Is it good to use .NET data types in SQLCLR?
How to move values from SQL to .NET data types?
What is SQLContext?
Can you explain essential steps to deploy SQLCLR?
How do create function in SQL Server using .NET?
How do we create trigger using .NET?
How to create User Define Functions using .NET?
How to create aggregates using .NET?
What is Asynchronous support in ADO.NET?
What is MARS support in ADO.NET?
What is SQLbulkcopy object in ADO.NET?
How to select range of rows using ADO.NET?
What are different types of triggers in SQl SERVER 2000?
INSTEAD OF triggers?
If we have multiple AFTER Triggers on table how can we define the sequence
of the triggers?

How can you raise custom errors from stored procedure?

No comments: