How to receive returning result from a query?
Answer / Ateequr Rehman
In MS SQL Server, you can use the OUTPUT clause to return the results of an INSERT, UPDATE, or DELETE statement. Alternatively, you can use stored procedures and output parameters.nnExample using OUTPUT:nINSERT INTO table_name (column1, column2) VALUES (@val1, @val2) OUTPUT INSERTED.ID
| Is This Answer Correct ? | 0 Yes | 0 No |
What is explicit cursors?
What to check if a User database is locked?
Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
What is SQL server agent?
John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?
What is use of except clause? How it differs from not in clause?
Where do we generally create INDEX?
1 Answers Ernst Young, Thomson Reuters,
What are the advantages of using third-party tools?
Explain active/passive and active/active cluster configurations?
How do you troubleshoot errors in a SQL Server Agent Job?
Is foreign key a primary key?
What is normalization? Describe its different types.
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)