Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
Entries for May 2024
25
SSRS Date Expressions
posted on May 25, 2024 08:41
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
Actions:
E-mail
|
Permalink
|
Comments (0)
24
Gridview RowDataBound Access Data Values
posted on May 24, 2024 08:57
protected void GridViewOrders_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) &nb...
[Read the rest of this article...]
Posted in:
C Sharp - C#
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
23
Azure SQL uses Greenwich Mean Time
posted on May 23, 2024 13:59
// 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
Posted in:
Azure
,
Azure SQL Database
Actions:
E-mail
|
Permalink
|
Comments (0)