Hello,
I am currently using sql server 2008 express to create a local database on my computer. But I recently want to upgrade to sql server 2012 localDB, because is less trouble to install. But before migrating to sql localDB, I want to know if his performances are equal to the one of sql server 2008. To be more specific, does localDB slower thant SQL Server ? I'm running a lot of query that return about 1 000 000 row, so speed is really important
In case if you need more details, I'm currently dealing with a real remote server. My local database (sql server express 2008/localdb) are just stocking data retrieve from the server, so the user can access them faster. So, I don't do fancy thing with the local database, just inserting, deleting and selecting data. No multi-user or anything like that.
Thank you,
David Lefaivre-B.