adspace
what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
Answer Posted / Krishna Gopal
Extended stored procedures are native system procedures that can call operating system functions or third-party applications. They provide a way to perform operations outside the scope of T-SQL. To instantiate a COM object in T-SQL, you would use OLE Automation (OLE DB provider for SQL Server or ADO).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to remove duplicate rows from table except one?
Does view occupy space?
How to provide default values to function parameters?
What are wait types?
What is the primary use of the model database?
How to convert character strings into numeric values?
What is sql server query analyzer?
What is a coalesce function?
What are the kinds of subquery?
How to rebuild the master database?
What is a scheduled job or what is a scheduled task?
What is the difference between upgrade and migration in sql server?
what is spatial nonclustered index
What is normalization and what are the advantages of it?
What is in place upgrade in sql server?