Define left outer join in sql server joins?
if a parameter is not send to a stored procedure what type of identifier is to be used in Stp and if that parameter is not feed to the a query inside the Stp how to validate with out useing IF condition
What is stored in the mssqlsystemresource database? : sql server database administration
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 insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
What is @@error in sql?
How to concatenate two character strings together?
Do you know the isolation level that sql server support?
What is etl - extraction, transformation, and loading?
What is de-normalization and when do you do it?
List out the difference between union and union all in sql server?
What will be the maximum number of indexes per table?
What is the use of group by clause?
What are system databases into sql server (2005/2008) : sql server database administration