Database Restoration

  • Hi,

    How will i avoid unnecessary database restoration? Is there any method to avoid it?

    Thanks

    sairam

  • Could you explain a bit what you mean by "unnecessary restoration" ?

    Are you looking for object level restore options or what?

    [font="Verdana"]Markus Bohse[/font]

  • Hi,

    What i need is that no body should be able to restore the database using SQL Editor (Restore Statement). Restoration should happen only with a tool that i have designed.

    Sairam

  • You cannot restrict which client application is used to send a restore command. All you can do is control who has permissions to do a restore. By default only sysadmins and dbcreators and the dbo have the right to restore a database.

    [font="Verdana"]Markus Bohse[/font]

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply