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
When multiple after triggers are attached to sql table, how to control the order of execution?
How to create a simple user defined function in ms sql server?
If a table does not have a unique index, can a cursor be opened on it?
Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication
Write a SQL queries on Self Join and Inner Join.
What is analysis service repository?
What is standby servers? Explain types of standby servers.
What is the Disadvantage of indexed sequential file.
What does it mean if @@cursor_row returns a negative number?
What is blocking and how would you troubleshoot it? : sql server database administration
Does view occupy space?
How to insert a new row into a table with "insert into" statements in ms sql server?
Describe the functionalities that views support.
Can you please explain the difference between function and stored procedure?
How to retrieve field values using mssql_result()?