Viewing 15 posts - 61 through 75 (of 264 total)
I'd go for the redesign as well. It's not a major one.
Take out the Workflow field from the Project table and have another table called ProjectWorkflow which would be something...
December 4, 2013 at 7:20 am
Straightforward enough question but, as it's a DATETIME you will actually get 1900-01-01 00:00:00.000 as the result.
November 25, 2013 at 2:08 am
I knew doing that 70-462 would come in handy one day.
Interesting that over 40% of answers are for a DMV that doesn't even exist :blink:
November 22, 2013 at 2:24 am
But having done that, isn't it just
UPDATE #MyTable
SET ROUNDEDMEASURE = ROUND(MEASUREMENT,NOOFDECIMALS);
November 19, 2013 at 3:19 am
At the moment over 300 people have got this one wrong. They will have learned something useful from the question (presumably that both MAXs are independent) and, as such it...
November 8, 2013 at 10:43 am
waxingsatirical (11/8/2013)
I'm sorry, but what?I'm missing the point of this question. Why would anyone think it could be one of the other answers?
I suggest you read some of the posts...
November 8, 2013 at 2:14 am
First thing to do is be consistent with what you are calling your weeks. They start odd as "Week 44" and "Week 45" but you're pivoting on "Week44" and "Week45".
November 7, 2013 at 2:56 am
I knew the CS vs CI "default" point would be raised as soon as I read the question.
However, as the only different answer you get with a CS environment wasn't...
November 7, 2013 at 2:10 am
Excel does not have as many data types as SQL Server so won't be able to store most of them without conversion.
This article shows how they are mapped.
November 1, 2013 at 8:21 am
So you'd replace the whole thing with
UPDATE Product SET Product_Code = Left(Product_Code,ProductID) + '-Altered';
That's still a really weird thing to do though. What is the Left(Product_Code,ProductID) bit supposed to do?
November 1, 2013 at 6:20 am
Sean Pearce (10/29/2013)
My name can be spelt a few different ways and I am used to people getting it wrong....
You make a valid point but it reminds me of the...
October 29, 2013 at 8:19 am
doug.davidson (10/24/2013)
October 24, 2013 at 10:07 am
I was hunting for the option which said
Recite the rhyme:
30 days hath September,
April, June and November,
All the rest have 31,
Excepting February alone.
Which has but 28 days clear
And 29 in...
October 24, 2013 at 5:02 am
In the UK the legal minimum is 28 days including public holidays. Many companies offer a week more than that and give additional holiday to longer-serving employees. This does not...
October 23, 2013 at 8:52 am
Viewing 15 posts - 61 through 75 (of 264 total)