Answer Posted / ramesh l.v.
Cursor is a database object used by applications to
manipulate data in a set on a row-by-row basis.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the server name in sql server?
what is the maximum size of a row? : Sql server database administration
Explain the etl (extraction, transformation, and loading)?
What are the essential components of sql server service broker?
What is a fill factor?
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
What is star, snowflake and star flake schema? : sql server analysis services, ssas
How do I view a script in sql server?
Tell me what is the significance of null value and why should we avoid permitting null values?
explain extended properties
What is the difference between rank and dense_rank?
What is sql server profiler?
What are the differences between clustered and non-clustered index?
How do you delete a trigger?
there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration