Viewing 15 posts - 196 through 210 (of 2,452 total)
May 19, 2017 at 5:17 am
Parent_Group_ID will be used group fields from 'Sold in current time frame in KILOS'...
May 19, 2017 at 4:46 am
May 17, 2017 at 10:44 am
May 17, 2017 at 10:22 am
WHEN EndTime LIKE '[0-9][0-9][0-9][0-9]' THEN LEFT(dbo.RemoveNonNumericChar(EndTime),2) + ':' + RIGHT(dbo.RemoveNonNumericChar(EndTime),2) + ':00.0000000'
and this...
May 12, 2017 at 2:36 am
Appreciate this stairway is 3 years old....being somewhat naive on this subject, is the information still relevant today with MS Power BI (2017)?
May 3, 2017 at 9:31 am
April 24, 2017 at 11:47 am
April 24, 2017 at 11:33 am
maybe this will give you some ideas
WITH CTE AS
(SELECT s.OWNERB,
s.ORDNOB AS WMSOrderNo,
s.HSTRFB AS CUSTORDNO,
d.scode,
d.samt
FROM SpecialCharges s
April 24, 2017 at 11:21 am
There is a type of a Microsoft Project where you do not use linked...
April 23, 2017 at 10:10 am
would be far easier for potential answers if you would follow the following advice.....https://spaghettidba.com/2015/04/24/how-to-post-a-t-sql-question-on-a-public-forum/
whilst you have given us sample data...you expect us to do your work...
April 20, 2017 at 9:12 am
Viewing 15 posts - 196 through 210 (of 2,452 total)