i am new to SharePoint and we have a SharePoint 2010 setup wherein we were using these queries on the SP MS SQL DB to fetch results for our purpose :
select * from wss_logging.dbo.siteinventory
select * from wss_logging.dbo.featureusage
select * from wss_logging.dbo.requestusage
Now we are planning to use SharePoint 2013 and the same queries fail there citing invalid object name .
Do we need to enable any feature to enable such logging or the object names/views have changed in SP 2013 ?
Any help would be greatly appreciated