Skip to content

Instantly share code, notes, and snippets.

@chrisg2
Created October 9, 2020 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisg2/ffc02723698a993b7697f61df53b1451 to your computer and use it in GitHub Desktop.
Save chrisg2/ffc02723698a993b7697f61df53b1451 to your computer and use it in GitHub Desktop.
Check whether a FlexNet Manager Suite database is configured in multi-tenant or single-tenant mode
SELECT * FROM DatabaseConfiguration WHERE Property = 'CMMultiTenancy'
EXEC sp_helptext 'TableFilter_MT'
@chrisg2
Copy link
Author

chrisg2 commented Oct 9, 2020

Output expected for a single-tenant database:
image

Output expected for a multi-tenant database:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment