Viewing 11 posts - 1 through 11 (of 11 total)
Forgive me if you have a TRULY unique situation there and really do have to do what you're doing, but generally speaking I'd advise against what you're doing. Again GENERALLY...
July 19, 2006 at 10:23 am
I'm not 100% sure what you mean here - but I'm assuming the modelyear, make, series, VIC and bodystyle should be unique for any given VIN, should it? So grouping by them would be...
July 19, 2006 at 10:07 am
I too have gone through periods of working insane amounts, and I'm now in the position of having a family, and wanting a better life/work balance.
However, I think it's...
July 5, 2006 at 4:10 am
I haven't heard anyone saying this kind of stuff for a while now - make 'em do it the hard way - it's more educational. The last time was a Unix-fundamentalist...
June 28, 2006 at 7:53 am
The problem is that the 'myYear' field is a decimal type, and the YEAR() function gives an integer. If you'll only ever use a full year in the myYear field,...
June 20, 2006 at 3:14 am
In reply to Grasshopper "I'm not a regular at WTF, maybe I missed the point as to what they were poking fun at." I am a regular and sometimes the...
June 15, 2006 at 7:15 am
I think the comments on the WTF are missing the point mostly. There are very good reasons to look up dates in a table. I use it all the time...
June 15, 2006 at 3:11 am
It's not very clear what you're trying to do, but if you're aggregating data to get totals or just need to add a calculated week field into report data for...
May 25, 2006 at 3:46 am
OR....
More elegantly, you can have a function which parses the values, puts them in a table and returns the table, then you can do a single insert of that table...
May 25, 2006 at 3:36 am
Is this possible in reporting services? Or is this a 'normal' web page?
May 19, 2006 at 8:11 am
Personally, I've had so many problems with datetimes, both coding-wise and human error wise (I'm from the UK, and for those who don't know - 01/02/06 means 1st Feb 2006...
May 19, 2006 at 7:18 am
Viewing 11 posts - 1 through 11 (of 11 total)