• Login

Snippets

Entries for May 2024

25
SSRS expressions to obtain the first and last days of any month, using the current month as a reference: First day of last month: =dateadd("m&...

[Read the rest of this article...]

SSRS
Posted in: SSRS
24
protected void GridViewOrders_RowDataBound(object sender, GridViewRowEventArgs e) {     if (e.Row.RowType == DataControlRowType.DataRow) &nb...

[Read the rest of this article...]

23
// AZURE SQL USES GREENWICH MEAN TIME . . . Azure SQL Database does not support time zone settings; it always follows UTC. Use AT TIME ZONE in SQ...

[Read the rest of this article...]

UTC