Click here to Skip to main content
15,898,751 members

Comments by Bharath from India (Top 5 by date)

Bharath from India 23-Apr-13 7:11am View    
yes.. it was a complex query fetching data from tables. and I am not supposed to disrupt that SP
Bharath from India 23-Apr-13 6:59am View    
I am looking for something like this :
insert into #temptable
exec dbo.spGetInformation @input
where output_of_sp= condn
Bharath from India 23-Apr-13 6:58am View    
I dont have permission to edit the spGetInformation to include an output param
Bharath from India 26-Mar-13 3:05am View    
select * from dbo.FUNCTION_split('1,2,3',',') OPTION (MAXRECURSION 0)
This in one of the fixes i have figured out..
Any other suggestions are welcome!!
Bharath from India 26-Mar-13 3:03am View    
I am using this split function inside a stored procedure