Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Click Add/Remove Instances and choose the instances from where you want to backup databases. Click OK.
  2. For each selected SQL Server instance, define which databases SQL Safe will take into account for this policy. You can select from the following options: All Databases, All User Databases, All System Databases, Specific Databases. By choosing one of the "All" database options, the policy will automatically include the relevant databases as they are added on the server. 
  3. When selecting databases, you can use the WildCard options:
      • % or * -  substitutes one or more characters 
      • _ - substitutes a single character 
      • \\ - type double backlash to avoid it acting as the escape character
      • [abc] - searches for abc
      • [^abc]- searches and matches for those characters that are not abc
      • [ a-c] - searches and matches a, b, or c
  4. SQL Safe opens a new window and allows you to view which databases you are selecting for your policy. Click OK. 

...