1.

Which of the following statement is used for changing Recovery Model with T-SQL?(a) ALTER DATABASE(b) ALTER TABLE(c) ALTER COLUMN(d) None of the mentionedThis question was addressed to me in an interview for job.This intriguing question originated from Recovery in chapter Enterprise Data Management of SQL Server

Answer»

Correct answer is (a) ALTER DATABASE

Explanation: You can use ALTER DATABASE command with the SET RECOVERY option to CHANGE the recovery MODEL of a database.



Discussion

No Comment Found

Related InterviewSolutions