What are the pros and cons of creating extended stored
procedures?
Answer / guest
The pros are that you can implement additional
functionality and access data from DLLs from within SQL
Server. If you need to do something that can be done only
in C or C++, or if you have data that can be accessed only
outside of SQL Server, you can still provide a link to it.
The biggest con to extended stored procedures is that they
run in the same process space as SQL Server. So an errant
DLL could overwrite memory and cause SQL Server to crash or
even corrupt data. The biggest safeguard against these
problems is thorough testing of the procedure
| Is This Answer Correct ? | 1 Yes | 1 No |
Explain what is cte (common table expression)?
Explain DBCC?
Can we join two tables without primary key?
How do we get current date in SQL Server 2000, Oracle, MS Access?
What is query optimization process?
Does sql server 2000 full-text search support clustering?
Is it possible to allow NULL values in foreign key? I s it possible to use different constraints for the same column in the table (i.e) (id int NOT NULL,UNIQUEUE)
What is the difference between insensitive and scroll cursor?
Explain how dts is used to extract, transform and consolidate data?
Can we passed multiple recordset(set of records) using a Stored Procedure
What is identity?
How to find the source of a table in sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)