Search found 5 matches
- Tue Aug 03, 2004 12:02 pm
- Forum: Suggestions
- Topic: Bug Alert - SQL
- Replies: 4
- Views: 29138
Bug Alert - SQL
yep, i assigned the variable a number... Few more bug errors: a. When you import a task, the sql queries get messed up. All the commas get removed and each word gets its own line. b. When you start robotask as a service, scheduled task don't seem to run until you manually start robotask on the serv...
- Tue Aug 03, 2004 2:02 am
- Forum: Suggestions
- Topic: Bug Alert - SQL
- Replies: 4
- Views: 29138
Bug Alert - SQL
Sorry, i should have been more clear... SELECT TOP {SQL} ID FROM... doesn't work SELECT TOP 100 ID FROM... does! Regarding the deleting files, on many task I wish to delete files if they are x days old. I currently use Robotask to make text list of all files older than x days, add a "DEL" ...
- Tue Aug 03, 2004 12:13 am
- Forum: Suggestions
- Topic: Bug Alert - SQL
- Replies: 4
- Views: 29138
Bug Alert - SQL
Small thing...
I assign a variable (lets say SQL = 100) to do a
SELECT TOP {SQL} ID FROM...
in a dataset and it always returns an error... all other variables in sql statements work fine
Other than the needing to create a list to delete files by date I am so inlove with robotask!
I assign a variable (lets say SQL = 100) to do a
SELECT TOP {SQL} ID FROM...
in a dataset and it always returns an error... all other variables in sql statements work fine
Other than the needing to create a list to delete files by date I am so inlove with robotask!
- Sat Jul 31, 2004 4:03 pm
- Forum: Suggestions
- Topic: Killer Product... Request: Date Delete
- Replies: 1
- Views: 16423
Killer Product... Request: Date Delete
Oh... Forgot....
4. TONS OF MORE EXAMPLES!!!!! (the help documentation is very light and confusing... more examples is the easiest way to figure things out!)
4. TONS OF MORE EXAMPLES!!!!! (the help documentation is very light and confusing... more examples is the easiest way to figure things out!)
- Sat Jul 31, 2004 3:46 pm
- Forum: Suggestions
- Topic: Killer Product... Request: Date Delete
- Replies: 1
- Views: 16423
Killer Product... Request: Date Delete
I was about 10 minutes away from starting what would have been an insane vb windows scripting to clean up my servers... then I heard about robotask! 1. Delete option to have a "delete file if older than x days" (the right to file then execute file is a little overkill and tough to use when...