Viewing 12 posts - 1 through 12 (of 12 total)
Okay. Still learning about CTE's. How would you change the string to not take off the leading zero. So my value is OD1-0200 TO OD1-0220.
It makes...
May 12, 2014 at 1:20 pm
I am trying to go line by line to see what is going on. Like what is the WITH statement doing? I believe that is part of making...
May 9, 2014 at 12:27 pm
Thank you. I will have to research this so I understand what this does. Then I might come up with more intelligent questions.
May 9, 2014 at 10:23 am
That logic was correct. SQL wasn't looking at my new SP that had that new logic so it was a mistake on my end. I had the wrong...
December 19, 2013 at 6:44 am
Correct,
I was creating my template that way but when tried to tie it to my SQL2012 database, it wouldn't save the template for me to use it when I got...
October 18, 2013 at 1:15 pm
I think I got it.
I put MIN(IPD_CHG_DT),
MIN(SO_ID)
MIN(IPN_CHG_DT)
We will find out if issues come up if I...
August 27, 2013 at 7:55 am
This is addresses. I can only insert on on the addresses, when it gets to the next level, i will insert both of them. One is tied to...
August 27, 2013 at 6:59 am
SELECT CONVERT(VARCHAR(9), GETDATE(), 6) AS [DD MON YY]
August 14, 2013 at 2:07 pm
I been messing with this more. I didn't know that DISABLE wasn't a keyword so I found out you need a ; after BEGIN. I am testing these...
August 14, 2013 at 12:22 pm
We have a full load process in place to pull comments. We only allow 254 characters before we would write another row with a comment group by column with...
August 14, 2013 at 8:09 am
Viewing 12 posts - 1 through 12 (of 12 total)