Viewing 6 posts - 1 through 6 (of 6 total)
Hi
Thanks for this simple and effective code.
Is there a similar easy way to get the year of that week we are looking for? Or the "ISO-year"?
Lets say I put in...
October 23, 2015 at 8:27 am
SimonLiew (8/12/2013)
gfey (8/12/2013)
... On the other hand the resultset of first solution depends on the option ANSI_NULLS. If the option is set to ON the query returns only rows where...
October 9, 2015 at 12:52 am
Hi
Great article and this looks very interesting. How about performance, have you looked into that?
April 2, 2015 at 1:08 am
Given a table that has the history of changes to some value, and the changedate for the new value :
CREATE TABLE [dbo].[AnleggMeasurementTypeHistory](
[AnleggsId] [decimal](18, 0) NOT NULL,
[FromDate] [date] NOT NULL,
[MeasurementType] [int]...
December 6, 2013 at 9:23 am
jacroberts (8/10/2009)
ronmoses (8/10/2009)
10. WHERE clauses - In a WHERE clause, the various operators used directly affect how fast a query can run. Here are the conditional operators used in the...
August 11, 2009 at 1:17 am
Viewing 6 posts - 1 through 6 (of 6 total)