BackUp & Restore

  • /*******************************************************************/

    /************************* Backup Procedure ****************************/

    /*******************************************************************/

    -- SET @DataBase_Name = 'Cooperation_86'

    -- SET @Backup_Name = 'Test'

    -- SET @Path = 'F:\'

    -- SET @File_Size = 50 MB

    CREATE PROCEDURE Backup_Database

    @DataBase_Name NVARCHAR(100),

    @Backup_Name NVARCHAR(100),

    @Path NVARCHAR(200),

    @File_Size INT

    AS

    Code removed by Editor.

    Saeedam:-P

  • Is there a question or issue here? Please do not just post code in the forums and expect people to understand it. I am removing the code for now. If you have an issue, please post some writing that explains your questions.

    If you are submitting a script, you can do that with the "Write for Us" link to the left. You will still need an summary of what the code does and then some instructions.

Viewing 2 posts - 1 through 2 (of 2 total)

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