Answer Posted / gd
you can find detailed answer here on How to Debug PL/SQL
Stored Procedures in Visual Studio http://bit.ly/15O01NM
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
How many types of database relationship in sql server?
What is the difference between varchar and varchar types?
What are the properties of the relational tables?
How to populate a table in sql server?
What is clustered primary key?
Give a example to search fr a string in all stored procedure in sql server.
What are extended events in sql server?
What is the order by used for?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
How to use old values to define new values in update statements in ms sql server?
what data regions are and what are the different data regions?
What are the five major components of a dbms?
Can a table have 2 primary keys?
How to create a view on an existing table in ms sql server?