Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ for Microsoft SQL Server Administrator's Guide
  3. Managing SQL Server assets and their credentials
  4. About intelligent groups
  5. Intelligent group examples
NetBackup™ for Microsoft SQL Server Administrator's Guide

Intelligent group examples

This topic provides examples of the kinds of intelligent groups that you can create to back up SQL Server assets.

Example 1

In the following example, the intelligent group is applied to any instances where one of the following conditions applies.

Cluster type

Equal to

Windows Server Failover Cluster (WSFC)

Host name

Equal to

instance-cluster-name

The query string with OData keywords and operators is: (tolower(clusterType) eq tolower('WSFC') or tolower(clientName) eq tolower('instance-cluster-name'))

Example 2

In the following example, the intelligent group is applied to any availability groups one of the following criteria applies.

Cluster type

Equal to

Windows Server Failover Cluster (WSFC)

Host name

Equal to

cluster-name

Availability group ID

Equal to

01234567-89ab-0123-4567-89abcdef0123

Availability group name

Equal to

ag-name

The query string with OData keywords and operators is: (tolower(clusterType) eq tolower('WSFC') or tolower(clientName) eq tolower('cluster-name') or availabilityGroup/groupId eq 01234567-89ab-0123-4567-89abcdef0123 or tolower(agName) eq tolower('ag-name'))

Example 3

In the following example, the intelligent group locates any databases that are not part of an availability group and adds them to the group.

Availability group name

Equal to

<empty>

The query string with OData keywords and operators is: Availability Group name Equal to <empty> (tolower(agName) eq tolower(")).

Example 4

In the following example, the intelligent group finds any non-AG databases that are not part of an availability group and adds them to the group.

Availability group name

Not equal to

<empty>

The query string with OData keywords and operators is: Availability Group name Not equal <empty> (tolower(agName) eq tolower(")).

Feedback

Was this page helpful?
Previous

Preview an intelligent group

Next

Query builder for intelligent groups reference

Feedback

Was this page helpful?