What is the security principal at the server level that represents your session?
What stored by the master?
Every night you run a full backup after every 3 three hours you make a differential backup every hour you make an incremental backup in a worst-case scenario, how much work you can lose?
what is replication? where do u use Go Keyword?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
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 ?
What are window functions in sql server?
What are views in ms sql server?
What are the different types of sub-queries?
How to Handle the exceptions in Sqlsrver 2005??
What is an execution plan? When would you use it?
what is the main difference between after trigger and instead trigger.
Explain the third normal form(3nf)?