Viewing 15 posts - 16 through 30 (of 236 total)
thank you guys for your replies and for some logics, i need the null values to be returned. the answer provided by June 9, 2018 at 9:47 am
Thank you Eric and wonderful. i did not know that we can apply MAX operator for strings. Good learning today. appreciated your swift response.
May 21, 2018 at 8:38 am
Thank you guys for the reply and have one tiny question.
Is there any way to include the shop name when shopped only at one shop, expected answer:
[code...
May 21, 2018 at 7:58 am
February 28, 2018 at 8:59 am
Thank you scott for sharing another way of doing this.
January 19, 2018 at 2:17 pm
Hi Drew,
below is my try DECLARE @EndDate DATETIME
,@StartDate DATETIME
,@Duration TINYINT = 15;
SET @EndDate = getdate();
SET @StartDate = DATEADD(MM, - @Duration,...
January 19, 2018 at 12:57 pm
Hi Drew,
Thank you and it's working. is it possible to pass the 24 as value?...
January 19, 2018 at 12:18 pm
Hi Chris and Jeff thank you for the replies. i will hold these values in temp table and will be using it for further use in joining with other tables....
January 19, 2018 at 11:23 am
thank you steve for the reply. i will first do that and get back to this
August 25, 2017 at 7:14 pm
Thank you John and your solution perfectly worked for me. much appreciated.
August 18, 2017 at 10:00 am
Hi Tom,
Let it be empty with comma for last row like this 111,200,201,202,,,
Is it possible to do? any sample query please
August 18, 2017 at 9:58 am
Thank you for the inputs Luis. i will go through throughtly
March 8, 2017 at 12:38 pm
Hi Luis,
As you suggested i have tried to download the adventure database and found the below stored procedure has the logic of search. but look like sqlserver fulltext...
March 8, 2017 at 10:59 am
Hi Luis,
Thank you for the reply and I just checked the ProductCompleteDescription has 4000 characters limit. not varchar(max)
Also, you mean to say index will not help...
March 7, 2017 at 8:44 am
Viewing 15 posts - 16 through 30 (of 236 total)