Answer Posted / supriya gupta
SQL Server is a relational database management system
(RDBMS) from Microsoft that's designed for the enterprise
environment. SQL Server runs on T-SQL (Transact -SQL), a set
of programming extensions from Sybase and Microsoft that
add several features to standard SQL, including transaction
control, exception and error handling, row processing, and
declared variables.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is user defined datatypes and when you should go for them?
When we should use @@error?
explain different levels of normalization? : Sql server database administration
What is ms sql server index?
What is difference between commit and rollback when used in transactions?
If a table does not have a unique index, can a cursor be opened on it?
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
Explain what is it unwise to create wide clustered index keys?
What is a View ? Can we insert, Update and delete a view?
What are the different types of backups avaialabe in sql server 2005?
Write the syntax for stuff function in an sql server?
What to perform pattern match with the like operator?
Explain how to integrate the ssrs reports in application?
What is difference statement and preparedstatement?
Why use update_statistics command in sql server?