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
Can sub report data source be different from that of the parent report?
you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration
Explain insert into select statement?
What is used to replicate sessions between instances in coldfusion clusters?
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
Explain forward - only cursors?
explain different types of constraints? : Sql server database administration
What happens if you delete a table that is used by a view?
How many categories of data types used by sql server?
What is log cache in sql server?
Tell me what is fill factor?
How to rebuild indexes with alter index ... Rebuild?
How to delete multiple rows with one delete statement in ms sql server?
How can I tell if sql server is 32 or 64 bit?
What happens if time-only values are provided as date and time literals?