Which is the latest version of sql server and when it is released?
Explain the concept of recursive stored procedure.
Difference Between varchar and nvarchar datatype?
What is the default Port No on which SQL Server listens?
Explain syntax for viewing, dropping and disabling triggers?
What are the advantages dts has over bcp?
What do you understand by triggers and mention the different types of it?
How many non clustered indexes there can be on table ?
Explain what is analysis service repository?
How will you hide an attribute? : sql server analysis services, ssas
CLR Integration ? what is Notification services ?
How to create a ddl trigger using "create trigger" statements?
There are two tables (T1, T2) with different rows. Find the output of query. Select count(*) from T1,T2.