Viewing 2 posts - 1 through 2 (of 2 total)
Hi,
I could replicate the issue you are facing the copying the template query and pasting it in command prompt after making the required changes.
Workaround: Just type the whole command in...
May 15, 2013 at 1:17 am
#1615300
You can run a Sql Command in the scheduled job to do the desired task for you. Following is the syntax for the same.
SQLCMD -S YourSQLServer -d YourDatabase -U YourUserName...
May 14, 2013 at 4:41 am
#1614919