Connecting Tech Pros Worldwide Forums | Help | Site Map

sql express 2005 scheduled back up

Newbie
 
Join Date: Nov 2008
Posts: 5
#1: Nov 5 '08
I have my sql query working and it can back up my data base, still having a problem with getting the schedular to execute my query tried running the sqlcmd.exe file from the schedular but its not backing up my data base. pls help

ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#2: Nov 5 '08

re: sql express 2005 scheduled back up


What's the error?

-- CK
Newbie
 
Join Date: Nov 2008
Posts: 5
#3: Nov 5 '08

re: sql express 2005 scheduled back up


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"
Reply


Similar Microsoft SQL Server bytes