Viewing 14 posts - 1 through 14 (of 14 total)
Thanks for your reply.
we have no option for go to appliction code.
The main application, they call only my stored proc not application code.
January 10, 2013 at 8:36 am
one applicationA is directly calling my procedure for giving data to applicationB.
inside of the proc,
I need to call the Java webservice and get data from applicationC.
It returns some data...
January 10, 2013 at 7:32 am
Hi All,
Thanks for your help.
I followed all your instruction and set the "RetainSameConnection = 'TRUE' ".
My Problem solved. Thanks very much.
Thanks,
Nithiyanandam.S
January 9, 2012 at 10:50 pm
Hi,
Try this. This may be help you something
create proc usp_idtest
(@var varchar(10))
as
begin
select distinct * from idtest
where ( PATINDEX('%'+left(@var,1)+'%', data) > 0
...
September 15, 2011 at 5:40 am
Hi,
1. Add 12 columns to temp table (JanFlag .....DecFlag)
Column Datatype should be tinyint. We need to insert the following values.
0 - not editable
1 - editable
...
August 29, 2011 at 9:31 pm
Hi Kavitha,
Refer this...
http://www.codeproject.com/KB/database/SQLDynamicPivots.aspx
This would help you something...
Thanks,
Nithi
August 26, 2011 at 2:40 am
Now I am using textbox input for date column
October 21, 2010 at 5:14 am
Already we have the calender control in front end (vb.net).
Now my client needs to the following format for date.
(for different end users in different states)
The following formats will insert through...
October 20, 2010 at 5:33 am
my proc looks like,
declare @tblvar1 (company varchar(25), ...)
declare @tblvar2 (company varchar(25), ...)
declare @tblvar3 (company varchar(25), ...)
insert into @tblvar1 (company ,....)
select company......
...
August 17, 2010 at 1:53 am
hi sean,
Thanks for your reply. thanks lot
July 6, 2010 at 5:54 am
hi vikram ,
Pls don't waste others time
your article --- what is this ?
Insert Multiple Records using a Single insert statement
By vikram kharbanda,
Total article...
June 30, 2010 at 9:06 am
Hi
Paul White NZ, Thanks lot.
Thanks for your help.
June 2, 2010 at 4:14 am
Thanks ALL. Thanks lot.
May 20, 2010 at 7:01 am
I tried to get the above qry. could you please check and verify this query...
select s.name schemaname, o.name tablename, i.name identitycolname,
ins.constraint_name...
May 20, 2010 at 12:59 am
Viewing 14 posts - 1 through 14 (of 14 total)