Thanks for the help problem solved and have found an easier method of running the Query Ive created in SQLExpress. simply created a Bat file which ran the
SQL QUERY and used in my task schedule.
This is what the bat file contains
SQLCMD.EXE -S HENRY-PC\SQLEXPRESS -i "c:\SQLQuery2.sql"
|