Viewing 15 posts - 16 through 30 (of 75 total)
This is amazing. Thank you so much,
November 14, 2018 at 7:24 am
apologies don't worry about that one just use:
SELECT c.Dealer, c.ContCode, CG.Description AS [Attempt], c.RegNo, c.Salute, c.Updated, c.ContDate, c.CompleteCode
November 14, 2018 at 6:43 am
Sorry please see below
SELECT c.Dealer, c.ContCode, cp.description, CG.Description AS [Attempt], c.RegNo, c.Salute, c.Updated, c.ContDate, c.CompleteCode
November 14, 2018 at 6:22 am
Thanks all much appreciated
November 14, 2018 at 6:03 am
Thanks so much for this Jon. I've have a few joins in the live data is there a way to incorporate what you did above into the below 'Query 1'. ...
November 14, 2018 at 6:02 am
Thanks Ken, how is that written into the above? Sorry, still learning. Many thanks
November 14, 2018 at 4:48 am
Amazing thank you very much
November 12, 2018 at 9:12 am
Actually, dont worry i'll just use that for each column. Many thanks for your help
September 28, 2018 at 6:55 am
thanks for that - i really need to replace all the commas in all columns i'm assuming this is a little harder to do
September 28, 2018 at 6:44 am
Thanks guys much appreciated FORMAT(DateIn,N'MMM dd yyyy') works a treat
September 21, 2018 at 8:18 am
Thank you all much appreciated
September 7, 2018 at 5:32 am
Amazing Eirikur Eiriksson, it now works fine thank you so much
February 28, 2018 at 8:36 am
Thanks for coming back to me. Yeah, its works fine in SSMS and also I import the query into excel and it also works fine.
February 28, 2018 at 2:10 am
Thank Guys, i've attached some dummy data below. As you can see the regdates are not older than 5 years
-- Sample data
IF OBJECT_ID('tempdb..#LOGFILE') IS NOT...
February 20, 2018 at 5:26 am
Viewing 15 posts - 16 through 30 (of 75 total)