Easiest Way to Run a SQL Command in ASP.NET C# Code Behind
Well… its Monday, so my post today will be exactly how I’d like my Mondays to be: Short and Sweet. I came across this method of running a SQL command […]
Well… its Monday, so my post today will be exactly how I’d like my Mondays to be: Short and Sweet. I came across this method of running a SQL command […]
While working on one of my recent applications, I was tasked with generating serial numbers for a batch of products once their assembly was completed. To give you all some […]
The SQL Inception Query (queue the “BRRRAAAAWWWW!”) is otherwise known as a Recursive CTE (Yawn.) If you’re job is anything like mine, then you’ve probably had to create reports and stored […]
A while back I happened upon this post by Pinal Dave, the self proclaimed SQL Authority. It is quite possibly the best list of SQL Server datetime functions ever created. How […]
Visual Studio has a lot of great features when it comes to linking your awesome ASP.NET application items to a SQL Server database without a whole lot of code knowlege […]