List the data types available in mssql?
Explain what are sparse columns?
Can you roll back the ddl statement in a trigger?
What happens if we shrink log file in sql server?
What is query and its types?
Is it possible to have clustered index on separate drive from original table location?
What is faster join or union?
What are the difference between data mart and data warehouse? : sql server analysis services, ssas
What is sql injection and why is it a problem? : sql server security
How to set database to be single_user in ms sql server?
two tables are there.1st table EMP has two columns ID and name and contains data 1,A 2,B 3,C 2nd table EmpSal has 2 columns ID and Salary Contains data -1,1000 2,5000 3,3000 Find name of employee having maximum salary ?
Define normalisation?
How do I find my localdb version?