Tell me in brief how sql server enhances scalability of the database system?
Is it possible we can connect our SQL database to GUI application? If it is yes than how tell me the explanation
What is the difference between upgrade and migration in sql server?
What do you understand by a view?
What is ms sql server index?
What are the acid properties?
How to display a past time in days, hours and minutes?
What is the difference between a local and a global variable?
What is the difference between createstatement and preparedstatement?
How to create indexed view?
How do I install only the client tools of sql server 2000?
here id col have primary key and identity id name 1 a 2 b 3 c 4 d delete 2nd row then o/p will be id name 1 a 3 c 4 d next inssert 2nd row and i want o/p will be id name 1 a 2 e 3 c 4 d
What is the purpose of sql profiler in sql server?