What are the dis_advantages of stored procedures, triggers,
indexes?
Answer / Ajay Kumar Chaudhary
Stored Procedures, Triggers, and Indexes have several disadvantages:
1. Stored Procedures: They can be difficult to debug and modify since they encapsulate multiple SQL statements.
2. Triggers: Can lead to performance issues due to their execution being triggered by other events and causing cascading effects.
3. Indexes: While beneficial for query performance, they consume additional storage space, take time to create and maintain, and can slow down data modification operations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where is trigger in sql server?
Why do you want to join software field as you have done your BE in Electronics?
How ssrs maintain security?
What is a fill factor?
What are filegroups in sql server?
How to create a stored procedure with a statement block in ms sql server?
9. Write a query to list a new column with the difference in temp of the cities Delhi and Mumbai, Mumbai and Jammu and soon. Consider the following table : City_id City Temp. 1 delhi 40 2 Mumbai 35 3 Jammu 32 4 Pune 18
Types of Authentications in Sql Server? How user gets authenticated through windows authentication?
What does the not null constraint do?
How optimize sql query with multiple joins in sql server?
What is query processing?
Can you explain different types of joins?
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)