Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Asset Count
rregev
Hi,
I would like to know how to determine the amount of assets in my IMAGEDB.
Is it as simple as checking the properties of the folder itself and using the file count?
Thanks,
Ronnie Regev.
Ubisoft
Find more posts tagged with
Comments
rregev
Or would a "select COUNT(rowid) from assets" in SQL provide an accurate number of assets?
msrinivas
What version of MB? MB4.5.3 or above have SQL report views that should get you what you need. Refer to the admin guide for more information.
rregev
The SQL statement below did the trick
"select COUNT(asset_name) from dbo.ReportAssetList"
Thanks for the info,
Ronnie Regev.
Ubisoft