Viewing 15 posts - 1 through 15 (of 101 total)
Thank you so much for your help. I was able to get the desired data.
December 14, 2014 at 4:22 am
Sean Lange (11/1/2012)
SQL_path (11/1/2012)
A quick q how do you enable search like this below . It returned nothing for me.
I was using set Replace(@search,'%','[%]') with my first code...
November 1, 2012 at 1:21 pm
Gurus,
A quick q how do you enable search like this below . It returned nothing for me.
I was using set Replace(@search,'%','[%]') with my first code %+@search+% before.
now with...
November 1, 2012 at 11:00 am
thank you a tonn. this forum rocks !! 🙂
November 1, 2012 at 10:15 am
thank you Sean, I will try that and will come back to you.
November 1, 2012 at 9:17 am
thank you !!
i tried that but it did not work. can you please tell me what am I missing here?
declare @search varchar(max)
select @search='%cake'
create table #ITEM
(
item_desc varchar(50) )
INSERT...
November 1, 2012 at 9:15 am
[/quote]
I think at this point you need to provide all the details. ddl and sample data for all the tables. What you are saying doesn't seem to match up with...
September 28, 2012 at 9:15 am
Sean Lange (9/28/2012)
September 28, 2012 at 9:00 am
Sean Lange (9/28/2012)
I would recommend using the splitter found in...
September 28, 2012 at 8:47 am
thanks both of you !!
I ran a trace and it ran once.
September 25, 2012 at 9:23 am
[/quote]
Start by posting the Header (the CREATE PROC name and parameters followed by "AS"). That's where the problem probably is anyway.
[/quote]
Thank you Barry !! That was it.
September 17, 2012 at 7:21 am
Thanks for the reply. It is actually very long complicated code. I am trying to condense it and will try to post more without violating the policy ...sigh!!
September 11, 2012 at 9:17 am
thanks for reply . I am trying to insert chart in table. not sure how to do it?
September 5, 2012 at 12:27 pm
Eugene Elutin (8/24/2012)
Just make sure that your sp1 is called by one caller/user at the same time...
thank you.
August 27, 2012 at 5:51 am
Viewing 15 posts - 1 through 15 (of 101 total)