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 |
What is dbcc? Give few examples.
What is surrogate key? : sql server analysis services, ssas
What is the difference between DATETIME2 and DATETIME?
What is a transactions?
What is the system function to get the current user's user id?
How many types of Cursor in SQL SERVER?
Does hive support indexing?
Where are SQL server users names and passwords are stored in sql server?
how to select 5 to 7 rows from a table, which contains 10 rows?
what is meant by sql injection with example and one more question how to catch the errors in sqlserver
what is index seek and index scan?
What is the full meaning of dml?
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)