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 the new security features added in sql server 2014? : sql server security
What is clustered vs nonclustered index?
How does SSIS(Sql Server Integration Services) deffer from DTS(Data Transformation Services)?
can you any body tell me why are go for the rebuild the master database.what is the reason?
What is the appropriate number of test cases that you can write on a database?
How would you add a section to a table?
What purpose does the model database server?
Explain some DBCC commands?
What is apply operator in sql?
What is difference between rownum and rowid?
How to work on DTS?what is the main requirement?
in how many ways we can use count()
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)