Skip to content

Code fails in case-sensitive environment #2

@ylavi

Description

@ylavi

RestoreCommand.sql doesn't run as is in case-sensitive environments.

The following needs to be changed (in two places)

 FETCH NEXT FROM restorecursor
 INTO @databasename, @command

to

 FETCH NEXT FROM RestoreCursor
 INTO @DatabaseName, @Command

and all other references to restorecursor need to be changed to RestoreCursor

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions