Does a full backup include transaction log?


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

Post New Answer

More SQL Server Interview Questions

what is memory-optimized nonclustered indexes

0 Answers  


Whether the updations made to the views reflect the original records in the table

5 Answers   NIIT,


What is the difference between rank and dense_rank?

0 Answers  


i have a table #temp1(id, Name groupname ) and record like this 1 R1 S 2 R3 S 3 R2 S 4 R4 D 5 R5 D 6 R6 K 7 R7 K 8 R8 L 9 R9 L 10 R10 L 11 R11 K and i want to display record based on user defind sorting order e.g. 1 R4 D 2 R5 D 3 R6 K 4 R7 K 5 R11 K 6 R1 S 7 R3 S 8 R2 S 9 R8 L 10 R9 L 11 R10 L

8 Answers  


What are cursors and when they are useful?

0 Answers  






How do you test your database? : sql server database administration

0 Answers  


Are null values the same as that of zero or a blank space?

0 Answers  


What happens if the update subquery returns no rows in ms sql server?

0 Answers  


What is store procedure?

0 Answers  


Where can you find the error log information? : sql server database administration

0 Answers  


Are semicolons required at the end of sql statements in sql server 2005?

0 Answers  


What is raid, and how it can influence database performance?

0 Answers  


Categories