Viewing 7 posts - 16 through 22 (of 22 total)
Hi there mate
You need and aggregator around your vcValue column I think here. Example MAX()
Imagine you had two rows with the same paramter name. SQL need to know how to...
January 5, 2012 at 9:08 am
sorry the they should have said then
to solve the problem i changed this.
SELECT d.DM_Domain_Name AS [Domain] ,
c.CT_Category_Desc AS Category ,
...
December 15, 2011 at 1:41 am
yer hopefully one day the query engine will cache caluculations done on current date and they we can put this inline in the sql 🙁 🙂
December 14, 2011 at 10:18 am
Cheers anyone for looking but i have now fixed this.
if you calculate the date in a variable prior to doing the select then it comes back fine.
December 14, 2011 at 10:00 am
If your trying to get the country from the datestamp this will be hard as many countrys resisde in the same zones.
Also if you are trying to get the Zone...
December 14, 2011 at 5:55 am
if you upgrade to new SQL 2012 you can use EOMONTH()
December 14, 2011 at 5:47 am
Hi Could you not just use a datetimeoffset and substring off the timezone.
Or am i missing your point entirely?
December 14, 2011 at 5:44 am
Viewing 7 posts - 16 through 22 (of 22 total)