My main use case for SQL Server 2014 Express is that I use it for my internship. In the company, I am also working with SQL Server 2014 version, and I also use it for my academic project. As a student, it helps me understand how the database is stored. Many features of SQL Server 2014 Express are helpful, especially how the actual database works in a real scenario, not just theory. We are storing real-time data. SQL Server 2014 Express supports T-SQL, which is a structured query language. During my internship, I worked on storing and managing project data, client data, writing SQL queries, optimizing the queries, creating tables, and altering the tables. SQL Server 2014 Express was easy to set up on my system, easy to build, and easy to understand. I used SSMS to interact with the database. The interface was simple, so I did not face many difficulties while I was learning. What I appreciate most is the support for important skills including joins, stored procedures, and basics, which helped me improve my practical skills.
In my internship, I have a specific example of a project where I used SQL Server 2014 Express when my company was working with law firm data. We needed to manage the data, and I will explain how our product is working. If one law firm uses our product, they will provide their data. We have to store it in our local database system and then we need to process that data. First, we are storing the data, then we are processing the data. After that, we will create reports and we will give them import-export functionality. They will also be able to review the documents. We are providing these kinds of features. For this, we need to process the metadata and we have to store all of these things in our database. For that, we are using SQL Server 2014 Express for storing the data, creating data, storing the database, and storing the data of the law firms' files, as well as different kinds of mails. We are extracting the mail from the metadata including sender, receiver, CC, subject, title, and the attachment file. For this kind of data, we are using SSMS 2014.