S 
		
								
				
				
			
		sebastien1101
In my stored procedure i have :
EXECUTE ('select ' + @TotalRecords + ' = count(*) from clients')
It doesn't work!
and i don't know how i can ?
				
			EXECUTE ('select ' + @TotalRecords + ' = count(*) from clients')
It doesn't work!
and i don't know how i can ?
 
	