My 9.3 package runs two storefronts, one of which uses Vibe Trib for product searching/sorting. When we were running 8.012 and only had one storefront, we created all our search attributes as Genres. Since upgrading, we have discovered that Genres are not supported the same way as Categories or Departments; setting EntityFiltering to "true" causes all the attributes to disappear in the store that still uses Trib.
I would like to migrate all my attributes from Genre to Category. Our SQL db is in 2008 R2. I've set up a local dev environment almost entirely just to figure this out, but I know next to nothing about SQL database management or responsible query-writing, and would like to resolve this in less than the couple months it will take me to learn completely. Any advice on where to start-- relevant SQL tutorials, something I missed in the user documentation, etc?
**UPDATE**
AlynnLee/Vibe is handling the migration for us, so there's really no rush on my end... but I'd still appreciate any recommendations on good places to learn SQL management. Thanks again!
**ANOTHER UPDATE**
Okay, I just feel silly-- I didn't even look at the w3schools.com SQL tutorials first.