I’m not sure if this have something to do with the Windows 8.1 Update but the reality is that I wasn’t able to install SQL Server 2014 on my machine after the Windows 8.1 Update.
Tag: SQL Server
Increase Performance With the Database Connections
Maybe you are surprised, maybe not, but fact is that you can increase the performance of reading and writing data with the explicit database connections.
Joining data in the memory with data in the database table
There are many approaches how we can join the data in the memory with the data in database. But you should know the advantages and disadvantages for each one.