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 the purpose of self join?
Which data type columns are the best candidates for full-text indexing?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
How to check table values in sql server?
What is a data source or ds? : sql server analysis services, ssas
What is an indexing strategy?
Types of Authentications in Sql Server? How user gets authenticated through windows authentication?
What are the advantages of using stored procedures in sql server?
what's the difference between delete table and truncate table commands? : Sql server database administration
how you can move data or databases between servers and databases in sql server? : Sql server administration
Which tools are available to manage SQL Azure databases and servers?
Do you know how to make remote connection in database?
What are the new features introduced in SQL Server 2000? What changed between the previous version of SQL Server and the current version?
What is query and its types?
How can you stop stored procedures from recompiling?