• I have changed the datatype of the variable to Int64, still it is giving same error message

    The actual count is 38044708, ans Int data type can handle this count.

    declare @i int

    set @i = 38044708

    print @i