Answer Posted / muhammad usman(lahore)
An extended stored procedure is simply a procedure that is
implemented in a dynamic link library (DLL) — a library
that is called by an application at runtime. Extended
stored procedures can be used in much the same way as
database stored procedures, except that extended stored
procedures normally perform tasks related to the
interaction of SQL Server with its operating environment
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Pgm A calls Pgm B and pgm B uses cursor, when pgm B is called second time, the program is abending saying the cursor is opened? Why?
How long can an error message be in raiseerror function?
What are the main phases of database development?
What are the key features of dbms?
Explain about relational operator join?
fact table and dimension table containg one to many relationship or many to one relastionship
How can you log an error to the server event log from a stored procedure?
Explain about network model?
explain detail about ftp in datastage?
You have two tables with a one to many join based on a field named id. You need to find records in the parent table that are not represented in the child table. how would you accomplish this?
Explain the process of the user request and data generating?
What is normalization? Explain different levels of normalization?
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 insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
What is database design and development?
I have a few records all are same structures data, I want to store data in multiple targets how