What is the difference between views and stored procedures? Can we have input parameters for views?
6 19714Which is better in performance - CONSTRAINT or TRIGGER over a column which restricts say an input of particular value in a column of a table?
3 12593What is Query Execution Plan? How does it help optimize or tune a database driven application?
2 103671.what is the diff between nolock optimizer and read uncommitted isolation? 2.what is the diff between revoke and deny? 3.what is percieved down time? 4.whether password protection are required for backups?if yes why?if no why? 5.what is fill factor? 6.what is cost analysis? 7.what is mean by piece meal restore? 8.what is 'rowguidcol'? 9.impersonate permission? 10.what is selectivity?
2129
What are the steps you will take to improve the performance of a poor performing query?
What are the differences between local and global temporary tables?
What is the use of sql profiler in sql server 2012?
How to read data in a table with "select" statements?
What are the steps to process a single select statement?
What are the new features introduced in SQL Server 2000? What changed between the previous version of SQL Server and the current version?
Can you explain what is the use of custom fields in report?
In which files does sql server actually store data?
What is isolation levels?
What are the restrictions while creating batches in sql server?
Do you know concepts and capabilities of sql server?
What methods do you follow to protect from sql injection attack?
How can you manage sql azure security?
what is blocking? : Sql server database administration
Describe the left outer join & right outer join. : sql server database administration