Viewing 15 posts - 1 through 15 (of 20 total)
Many thanks Martin,
That was the missing step, setting the date type in the advanced tab of the source data. I had to do it for both the table creation...
October 26, 2018 at 5:20 am
Cheers,
I'd be interested in what you find.
October 25, 2018 at 12:47 pm
OK, I'll try again in the hope that it provides more calrity on the issue I am having.....
I attach 3 files.
October 24, 2018 at 6:22 pm
October 24, 2018 at 9:30 am
Thanks guys for the help. Think i've now something which will work. Still don't fully understand the surrogate key. Gotta research a bit more. Also ignored the 'merge' for the...
November 12, 2014 at 9:03 pm
daniel.freedman 80164 (11/12/2014)
November 12, 2014 at 12:01 pm
Cheers Daniel,
Holding table is the way to go for sure. Was going need that for other validation.
Craig's idea to combine fields to make a key field is also going...
November 12, 2014 at 8:08 am
Cheers Craig, for the quick response.
Logically, i figured as much. Since i can't control the data coming in, I'd have to check against each existing record.
November 12, 2014 at 4:21 am
Cheers guys,
I have used the script approach before, when adding new SP's for example, but its still tedious when i gotta list out all my stored procedures for...
October 15, 2014 at 1:37 pm
Thanks Gail for the quick reply.
Problem was i had a user with the same name, in the db users list.
Once i remove it, then it allowed me to re-create...
September 29, 2014 at 7:53 am
Luis Cazares (1/31/2014)
It's more like:
SELECT fname, lname, MAX(location1), MAX(location2)
FROM #Something
GROUP BY fname, lname
You hit the nail on the head Louis.
Many thanks 🙂
January 31, 2014 at 6:48 pm
Thanks again.
Here's the code i ended with. (bit raw and needs tidying but works).
(code has been simplified for ease of reading, and left out the obvious stuff. Changed...
March 31, 2010 at 11:48 am
Thanks for help.
I understand now that i have to work around, but have an answer if I use sum in place of count, and remove the results field. Gives...
March 31, 2010 at 8:33 am
Gianluca Sartori (3/31/2010)
Try using LEFT join instead of INNER JOIN, assigning a predetermined value to NULL answers (-1 in my example):
No that did not work. But i see the...
March 31, 2010 at 8:08 am
First many thanks for the really quick reply.
Here's the code. While the second reply will get me an answer, results are in 2 colums. Need them as a list....
March 31, 2010 at 6:40 am
Viewing 15 posts - 1 through 15 (of 20 total)