What is a cursor, index in sql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What is the maximum size of a row in sql server?

0 Answers  


How to generate create function script on an existing function?

0 Answers  


Explain the new features of SQL server 2000?

1 Answers  


Write an sql query for deleting duplicate rows?

0 Answers  


In the below query i have performed the commit transaction statement but still the values after the save are not saved. Can you please let me know why are the statements after save are rolled back even after commiting the data. help me with the understanding declare @trans2 varchar(10)='transaction2' begin transaction @trans2 insert into emp values(100,'xy',600); save transaction @trans2 insert into emp values(200,'pq',700); insert into emp values(300,'pq',800); commit transaction @trans2 rollback tran @trans2

1 Answers   AllState,






Explain transaction server explicit transaction?

0 Answers  


Where views are stored in sql server?

0 Answers  


What is partition in sql server?

0 Answers  


tell me the disaster recovery plan

0 Answers   Microsoft,


Tell me what is fill factor?

0 Answers  


What is ddl command?

0 Answers  


What is the difference between varchar and nvarchar?

0 Answers  


Categories