What is dbcc command in sql server?
How to create a simple table to test triggers in ms sql server?
Explain ranking functions?
Lets say due to N/W or Security issues client is not able to connect to server or vice versa. How do you troubleshoot?
What is an index in a database?
What language is sql server written in?
What is the diffrence between update_one and auto_fix?
What is difference between count (*) and count column?
List some advantages and disadvantages of stored procedure?
What is the significance of null value and why should we avoid permitting null values?
How to loop through returning rows?
How can you stop stored procedures from recompiling?
I hav 10 records only one column 1,2,3,4,5......10 now am writing query select max(column name) Then What is The Output