SQL Server Tutorial :: Recover The SA password

The most important thing about your password is how hard it is to guess. Technically, those of us in the industry call this password entropy. Now you might be thinking: the best way to increase password entropy is to make the password longer. But what you think and what people actually do are different things[…]

SQL 2014 Tutorial :: Optimizing Your SQL Query

In this article, we will explain about how to optimize your SQL 2014 query. Modern day software applications have millions of concurrent users. Development of an efficiently serviceable application requires a huge amount of effort and requires many tools and techniques. Software developers always try to improve the performance of the application by improving design, coding[…]