Viewing 15 posts - 1 through 15 (of 23 total)
I tried below expression.
But it's not working.
While Importing data from Input file to the derived column , if input file contain any empty value it's not...
June 6, 2018 at 4:59 pm
Thank you so much Luis Cazares,
You are Awesome!!!.
I learned cross Apply now how to use...
Thanks,
March 12, 2015 at 2:03 pm
Thanks for your reply Jeff,
I used the below script , but it's not working like my ouput:
DECLARE @DynamicPivotQuery AS NVARCHAR(MAX)
DECLARE @ColumnName AS NVARCHAR(MAX)
--Get distinct values of the PIVOT Column...
March 12, 2015 at 9:17 am
Hi,
Thanks for your reply,
I Need show Column names as End dates with concatenation like below.
January 1st has Occured on Thursday so it should be Last Week of December.
01/09/2015 is...
March 9, 2015 at 5:03 pm
Hi,
I need to run this Job On every week on Friday.
If i run the Job On Middle of Feb on Friday, it needs to calculate From Jan-Feb of Current Friday.
How...
March 9, 2015 at 4:34 pm
Hi,
I got the Solution.
Below is the Solution.
DECLARE @STR VARCHAR(400)
--Add your specialcharacters here
DECLARE @specialchars VARCHAR(50) = '%[~,@,#,$,%,&,*,(,),.,!^?:]%'
SET @STR = 'KRA!NTHI@#KUMAR, KU%^?MAR GO~()$U.:D'
March 9, 2015 at 12:57 pm
Hi,
Sorry some mistake.
It need to calculate between Week Begin Date and End Date.
If i run the Job on January 9th.
January 1st week we have only 2 Dates Jan 1st and...
March 9, 2015 at 12:35 pm
Hi,
Thanks for your reply.
We need to run Friday at the End of the Day.
Thanks,
March 9, 2015 at 12:19 pm
My problem is solved.
I changed the Collation of Database.
It's working Perfectly.
Thanks
August 4, 2014 at 4:34 pm
One More Small Issue can you help...
create table #table (id int, cid int , startdate datetime)
insert #table
select 1, 100, '02/23/2014'
union select 1, 100, '06/25/2013'
union select 1, 100, '06/04/2013'
union select 1,...
February 7, 2014 at 4:29 pm
One More Small Issue can you help...
create table #table (id int, cid int , startdate datetime)
insert #table
select 1, 100, '02/23/2014'
union select 1, 100, '06/25/2013'
union select 1, 100, '06/04/2013'
union select 1,...
February 7, 2014 at 4:25 pm
Thank you so much...it help me lot....
Big thankful to all the members....
Thanks,
February 6, 2014 at 2:39 pm
Thanks for your reply,
But there is no end date....I need to calculate the End date based on Start Date.
Example I am calculating the 2013 year Data.
If Start date date 2014...
February 5, 2014 at 5:09 pm
Hi Ivan Mohapatra,
I tried in Where Condition It self..
Thanks,
February 11, 2013 at 12:47 pm
Hi,
i am using your code to search word in sql server table.
I have one table candidates , i have lakhs of records in a Table.
...
February 8, 2013 at 2:08 pm
Viewing 15 posts - 1 through 15 (of 23 total)