1.

__________create the removable database.(a) sp_certify_removable(b) sp_certify(c) sp_removable(d) all of the mentionedI got this question in final exam.My query is from Stored Procedure in chapter Developing with SQL Server of SQL Server

Answer»

Right answer is (a) sp_certify_removable

To elaborate: You can’t use CREATE DATABASE or Enterprise MANAGER to create the removable database. You’ll NEED to run sp_create_removable with sysadmin PRIVILEGES.



Discussion

No Comment Found

Related InterviewSolutions