Hello
I recently migrated a project from sql server 2008 to sql localdb 2012. I was using sql server express with a cube. To do that, I am using :
- Sql Server 2008 Analysis Management Objects
- Sql Server 2008 ADOMD.NET
- Sql Server 2008 Analysis Services for OLE DB
- Sql Native client 2008 (sqlncli10.1)
After I migrated to localDB 2012, I notice some speed issue. So, I move everything to 2012 and I'm now using the same components, but from the 2012 edition. Nonetheless, I still notice speed issue.
I know that is it kind of a tricky question, because I use some specific config, but is anyone know why localDB is slower ? Is it because I query it a lot and it doesn't handle many query as well as SQL Express 2008 ? Or maybe it doesn't work well with analysis service ?
Also, is it a way to increase sql localDB speed, so it would run as fast as Express ?
Thank you,
David