What is cursors?
What is table value parameters (tvp)?
How to delete a database in ms sql server?
What happens if you delete a table that is used by a view?
What are functions in the sql server?
Data table as parameter in sql server?
How can you find out how many rows returned in a cursor?
Explain how to use linked server?
wat wil hapn if we give the both read and deny read permission to user?
what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
When does the auto update index statistics feature in sql server turn itself on?q) what specific conditions database should meet, before you can bulk copy data into it using bcp?
What is database architecture? : SQL Server Architecture
1. What are the grouping function in SQL ? 2. If base table of a view deleted means, what will happen while we querying on view ? will give any error ? 3. Difference between DROP, DELETE, TRUNCATE table ? 4. What is constraints and types ? 5. What is max size of nchar & nvarchar ? 6. Define ROLLBACK, COMMIT, SAVE POINT 7. How non-clustered better ? or rank the Clustered, Non-Clustered and Table scan in performance wise 8. Select 10 rows from a table ? 9. Define DML, DDL, DCL, DTL commands ? 10. What is mean by NULL value ? NULL means "" or 0 or undefined ? 11. Default constraints ? 12. Can we have more then primary Key in table ? 13. Type of integrity ? Entity, Referential, Domain ?