Tag: SharePoint / BI

Community

XML in 2006

(Elliotte Rusty Harold) 2006 was a steady and productive, if not especially exciting, year for XML. There weren’t any game-changing products or standards, just slow, incremental improvements to existing technology. Increasingly, XML faded into the infrastructure, usually meriting about as much conce

Community

Why I use explicit date math in SQL

(Xaprb) I sometimes see advice to do SQL date operations with the + and – operators on platforms where they are overloaded for date types. I try to avoid that, because it can give unexpected results. I prefer to explicitly use the built-in date/time functions. I’ll show you an example where the oper