Determine when an index is appropriate?
How to convert a numeric expression from one data type to another?
What will be query used to get the list of triggers in a database?
Can group by be used without aggregate functions?
How check triggers in sql server?
What is indexed view? How to create it?
How to truncate the log in sql server 2012? : sql server database administration
What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?
Data table as parameter in sql server?
What are sub reports?
there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration
How to create a user to access a database in ms sql server using "create user" statements?
How to attach adventureworkslt physical files to the server?
What are group functions in query statements in ms sql server?
Explain view in sql server?