I am using SQL Server 2008 and I need to run a SQL Job from SQL Server Agent. I am new to SQL Server Job and I want to execute a stored procedure regularly from a SQL Server
As Marc says, you run it exactly like you would from the command line. See Creating SQL Server Agent Jobs on MSDN.