What is the difference between views and stored procedures? Can we have input parameters for views?
6 19505Which 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 12402What is Query Execution Plan? How does it help optimize or tune a database driven application?
2 102291.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?
2072
How do you debug a procedure in sql server?
How to use "begin ... End" statement structures in ms sql server?
What kind of problems occurs if we do not implement proper locking strategy?
What is the sql case statement used for?
Explain the types of indexes.
What is RMS migrations?
What are trace flags?
What is the use of @@spid?
Can a table have 2 primary keys?
What is meant by Active-Passive and Active-Active clustering setup?
What do you understand by replication in sql server? Mention the different types of replication in sql server.
Why I can not enter 0.001 second in date and time literals in ms sql server?
Can you pass expressions to function parameters?
How do I connect to sql server database?
What is the difference between grant and with grant while giving permissions to the user?