#sql-server
Read more stories on Hashnode
Articles with this tag
Publishing is one of those industries where the possibilities are endless. This translates into 'endless combinations' as well. To sell a book you...
SQL injection is a very serious topic and there are numerous libraries and best practices to help you secure your connection between your app and your...
In a post, I wrote last month I showed how you can take advantage of your replicas in SQL Sever by adding a single attribute to your connection string...
If you happen to be using C# there is a very easy way to set your application up to take advantage of Read-Only replicas. Using this connection...
Microsoft SQL Server, like most modern database systems, can convert a query into a set of parallel instructions to improve efficiency. This is...
I thought I might pass along, what I have found to be, the most efficient way to validate the check digit within Azure SQL Server. I was looking to go...