SQL 23 October 2016 Querying by relative dates and times in SQL Wanting to search for database records within a timeframe is relatively common, particularly if we want to examine error logs. How we search can make
SQL 16 October 2015 Formatting a DateTime as text in SQL Server I'm currently trying to display a Telerik Grid in an MVC view, one of the columns is a nullable DateTime2. The grid is using client
SQL 15 October 2015 Building a string of subquery results in SQL We have a table which includes a one-to-many relationship with some second table. Perhaps a person table which has a relationship to different email addresses