what are cursors? : Sql server database administration


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

Post New Answer

More SQL Server Interview Questions

What is a filestream?

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,


How to insert stored procedure result into temporary table?

0 Answers  


How to link up the text file to a Database table?

2 Answers   Allianz,


how many no of arguments can be passed in procedures and functions

1 Answers   ABC,






What is the difference between varchar and nvarchar?

0 Answers  


What languages bi uses to achieve the goal?

0 Answers  


How to genrate automaticlly empid like gt001

4 Answers  


What is the difference between referencing and joining?

1 Answers  


what is the different types of backups available in sql server? : Sql server database administration

0 Answers  


What is the difference between dropping a database and taking a database offline?

0 Answers  


How to add a new dsn with the odbc driver for sql server?

0 Answers  


Categories