Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


pinx
  •  pinx
  • No customer Topic Starter
2008-09-18T11:54:29Z
I enter an SQL query text with line breaks.
Then I run the job Backup Settings.
In the SQL query text, all line breaks are replaced by some other character, displayed as a box.
Sponsor
Forum information
ErikC
2008-09-18T11:59:33Z
Did you try to use
+ char(13) + char(10) +
in your query?

Regards
Erik
Uses Visualcron since 2006.
pinx
  •  pinx
  • No customer Topic Starter
2008-09-18T12:05:46Z
I just entered text like:
SELECT *
FROM SomeTable
WHERE SomeField = 1

After the backup I get:
SELECT * +FROM SomeTable +WHERE SomeField = 1

Instead of the + sign read 'box' character.
Support
2008-09-18T13:06:15Z
But did you paste the text from other program? Try delete the text and write manually.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
ErikC
2008-09-18T13:16:22Z
I thought you where talking about the output of the query... 😣


I made a new job with one sql task having the code

select * 
from table
where column>100


I ran the job, everything works fine. After I made a backup (with the backup job) I closed and started the client again.
I still have the same code in my SQL text query, no plus signs.

Can you reproduce the problem?

Are you alo using the latest version (4.9.21)?
Uses Visualcron since 2006.
pinx
  •  pinx
  • No customer Topic Starter
2008-09-22T16:32:38Z
I can't reproduce it now. Funny.
I often build a query in SQL management studio and paste it in Visual Cron.
I then (in VisualCron) add some line breaks to make it more readable. Maybe that's what makes the difference?
Scroll to Top