Viewing 15 posts - 1 through 15 (of 59 total)
But my scenario does not have a seggregation or datefields in it.
April 18, 2017 at 6:06 pm
Thank you for providing me the reply and it works perfect when I am passing the single company. Will it be possible to perform the same for the All the...
September 25, 2015 at 8:52 am
Sorry Lynn,
I replaced the # while formatting the text to update in the Site, I am using #temp tables in the query.
July 23, 2014 at 4:28 pm
Thanks Lynn for the code. It works as expected however the length of the @STR Nvarchar(Max) variable is not enough to generate the complete select statement for all...
July 3, 2014 at 2:49 pm
Thanks all you for your responses, however When I print or Exec the result is Command Completed Successfully.
My request is
I have a company table with the Name Column having...
July 3, 2014 at 12:06 pm
Hi James
I am not getting any result or any error when I execute the second query
July 2, 2014 at 5:53 pm
Hi ,
Could you please let me know the adjustment in the query to get my desired results, I will give a try.
Thanks
SR
April 24, 2014 at 2:35 pm
Sorry there is a typo in the Insert statement
the Tpkt_type for GA is 12 and not 4,18 or 2
April 22, 2014 at 9:35 am
I thank all of you for providing me solutions for different versions, however I thought of playing with the data once it is filtered with the earlier logic. However I...
April 22, 2014 at 9:27 am
A BIG Thank you for the Help.Its Perfect solution for my requirement.
August 8, 2013 at 4:52 pm
Appreciate your reply which is perfectly matching with what I send earlier however Sorry as initially I thought I can manage if the I get the results which I mentioned...
August 8, 2013 at 11:38 am
The Data I have in my Category code column in my source table is as below, as an example I just posted it as A B C D.
My data...
August 8, 2013 at 10:29 am
Adding the Table create and insert script
use tempdb
go
Create table #Test1
(ID Int,
Name Varchar (50))
Insert into #Test1 Values (1,'A')
Insert into #Test1 Values (2,'B')
Insert into #Test1 Values (3,'C')
Insert into #Test1 Values...
August 7, 2013 at 4:06 pm
Thank You for the Quick Responses
It Works for my requirement:-)
April 30, 2013 at 1:31 pm
Viewing 15 posts - 1 through 15 (of 59 total)