Answer Posted / shantanub
An extended stored procedure is a function within a DLL
(written in a programming language like C, C++ using Open
Data Services (ODS) API) that can be called from T-SQL,
just the way we call normal stored procedures using the
EXEC statement. See books online to learn how to create
extended stored procedures and how to add them to SQL
Server.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is dbcc?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
Do you know what is a with(nolock)?
Write an sql query to sort a table according to the amounts in a row and find the second largest amount.
Can a table have 2 foreign keys?
What is a sql join?
What is the return type of executeupdate ()?
Can you explain powershell included in sql server 2008?
How to select all columns of all rows from a table with a select statement in ms sql server?
how to avoid cursors? : Sql server database administration
What is nolock hint in sql server 2008
What is NOT NULL Constraint in sql server 2012?
what is sql server? : Sql server database administration
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
Explain datetime2 data type in sal server 2008?