Viewing 2 posts - 1 through 2 (of 2 total)
ColdCoffee (4/27/2010)
As for your error, you are trying to concatenate INT value to a VARCHAR variable.. To negate his error , we will have...
April 27, 2010 at 7:12 am
#1158186
Dear ColdCoffee
Thank you very much for your great and quick reply.
I did the following SP as your instructions :
ALTER PROCEDURE [dbo].[SPDel]
-- Add the parameters for the stored procedure here
(
@Tb VARCHAR(100),
@Col...
April 27, 2010 at 6:39 am
#1158162