Thursday, January 2, 2014

Set the First Day of the week in Sql

By Default, the first day of the week is set as Sunday. Now to change it to Monday. Enter the following command before your Sql Query:

Set DateFirst 1

Now It sets the first day of the week as Monday.

Cheers !

No comments:

Post a Comment