What is an advantage to using a stored procedure as opposed to passing an sql query from an application ?
Answer / Mukta Sagar
Using stored procedures instead of passing SQL queries directly from an application offers several advantages. These include improved performance, since the SQL Server can precompile and cache frequently used queries; increased security, since stored procedures can be granted execution rights to specific users or roles; and easier maintenance, as changes to a query only need to be made in one place (the stored procedure) instead of multiple places (each application using the query).
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about sybase 365?
Explain timestemp datatype in sybase.
How to connect to sybase database from linux?
Can I use a named pipe to bcp/dump data out or in in sybase?
For synchronizing the logins from lower version to higher version, just take the 11.9.2 syslogins structure, go to 12.5 higher version server?
What are triggers? Why do we use them? Diff types of triggers? What are magic tables?
What is the default table size in sybase?
What is the difference between compression level 0 1nd 9
How would you replicate col = col + 1 in sybase?
What are the different types of (all page) locks in sybase?
What is an advantage to using a stored procedure as opposed to passing an sql query from an application ?
What is rollback trigger in a trigger?
Oracle (3253)
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)