Use the declare function to declare the datatype for a local variable in a batch or stored procedure.
declare @variable_name datatype [, @variable_name datatype ]...
declare @hope money