what are the disadvantages of cursors? : Sql server database administration
Answer / Lavi Sahu
"Cursors in SQL Server can have several disadvantages. They can lead to performance issues due to their iterative nature and can consume a lot of system resources. Cursors can also make the code more complex, harder to maintain, and less scalable. Additionally, cursors can sometimes result in poor query plan reuse, which can further impact performance."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Differentiate between SQL and ORACLE joins and write their syntax.
CREATE TABLE [dbo].[HPMS_CompetencyTypes](CompetencyType varchar(50) ) go create trigger hpms_create_Insert on HPMS_CompetencyTypes for insert as if Exists ( select * from [HPMS_CompetencyTypes] where CompetencyType=(select * from [HPMS_CompetencyTypes])) begin Rollback tran Raiserror ('duplicate value',12,6) go insert HPMS_CompetencyTypes (CompetencyType) values ('new') I'm new to trigger can any one tell me where is the issue. Please.
What is the difference between SSAS 2000 and SSAS 2005?
what is a mixed extent? : Sql server administration
What are the different methods available under sqlcommand class to access the data?
Mention the 3 ways to get a count of the number of records in a table.
Does the order of columns in update statements matter?
explain declarative management framework (dmf) in sql server 2008?
what are the problems in logshipping?
How do I perform an unattended install of sql server 2000?
What are the functions in sql server?
Can we create SP inside SP ? If no Y ? If yes Y ? Explain with an example ?
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)