Viewing 15 posts - 91 through 105 (of 264 total)
Shouldn't it be 17 hours and 42 minutes?
SELECT CAST(177/10 AS VARCHAR) + ':' + CAST(177 % 10 * 6 AS VARCHAR)
should do it.
August 23, 2013 at 8:07 am
Could you write a simple macro to create the INSERT statements in Excel and then just copy/paste them into SSMS?
With a few columns it's an easy formula, e.g.
+"INSERT INTO MyTable...
August 22, 2013 at 7:49 am
I use DQS quite a lot and those steps don't bear much relation to what you do.
1) Create/Map Knowledge Base
2) Create DQ Project
3) Run project to cleanse data
is more like...
August 20, 2013 at 2:25 am
I knew the RETURN would kick in with a value of 1 so decided that that was one row returned :crazy:
August 19, 2013 at 2:36 am
So, the people who based their answer on the documentation got it wrong, whilst those who used "real data" got it right.
Perhaps there's a lesson to be learned there.....
August 16, 2013 at 7:26 am
I did the same. Found a post by Jeff and saw 33k points and "SSC Dedicated".
Easy question 🙂
August 16, 2013 at 6:05 am
Mark Eckeard (6/25/2013)
Hi all,A restore would be easy but there are database objects exclusive to DatabaseB and they would get overwritten.
If there aren't too many of these you could copy...
June 25, 2013 at 8:09 am
geoffrey.sturdy (6/25/2013)
Sorry - but I take...
June 25, 2013 at 4:45 am
Another one where the answer only holds if you have YMD Date Format. Most non-US users will get Error, Error here.
However, it's obvious that the second error is caused by...
June 21, 2013 at 2:17 am
I ran the code and got:
Msg 242, Level 16, State 3, Line 7
The conversion of a varchar data type to a datetime data type resulted in an out-of-range value.
The statement...
June 19, 2013 at 2:20 am
I wonder how 28 % got it wrong...
As only 6% selected the wrong answer it must be down to not selecting three options. If you don't read the question you...
June 17, 2013 at 2:49 am
In the UK age discrimination in the workplace is now illegal and rightly so. Whilst there are clearly people who still believe that younger people are better able to adapt...
June 14, 2013 at 9:09 am
Nice to find a kindred spirit. In the past I've spent 20+ years working as an IT contractor. That's one way of utilising technical skills to achieve "manager money" but...
June 14, 2013 at 5:09 am
Sometimes it's more important to do a job you enjoy and are good at than to clibm the corporate ladder.
I'm in my 50s and am employed as a Senior...
June 14, 2013 at 4:32 am
First I read it from BOL before answering it and got correct :-P:-)
Usually, looking up the answer first and still getting it wrong would be a cause of concern but,...
June 13, 2013 at 2:42 am
Viewing 15 posts - 91 through 105 (of 264 total)