Hy, excuse my poor english (i'm french). I would like to know how to pass to a stored procedure, the name of a table: i explain: I made a stored procedure which return the sum of a column but as this column exist in various table, i would like to pass to this procedure the name of the table, but the 'Select @Total=SUM(Total) FROM @TableName' does not work... Is anyone can help me please