What is normalization and its types?
What is one of the first things you would do to increase performance of a query? For example, a boss tells you that ?a query that ran yesterday took 30 seconds, but today it takes 6 minutes?
2 Answers Accenture, Merrill Lynch, Wipro,
Is it safe to delete log files?
What is the use of keyword with encryption.
What is difference between Datepart() and Datename() in SqlServer?
What is the maximum row of a size?
How you provide security to cube? : sql server analysis services, ssas
Which command using Query Analyzer will give you the version of SQL server and operating system?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
Differencr Between DELETE and TRUNCATE?
write down the sql query? Table Name : emp1 empid empname 1 bala 2 guna Table Name : emp2 empid empname 1 <Null> 2 <Null> Solution : emp1 names are updated in emp2, write a query?
Why use view instead of a table?
What are the different types of columns types constraints in the sql server?