Search found 3 matches
- 19 Aug 2010 21:50
- Forum: DOS Batch Forum
- Topic: Operable program or batch file
- Replies: 5
- Views: 5981
Re: Operable program or batch file
The Interesting part is that it works fine when we login as windows administrator or if the user as sysadmin previlage.
- 18 Aug 2010 23:21
- Forum: DOS Batch Forum
- Topic: Operable program or batch file
- Replies: 5
- Views: 5981
Re: Operable program or batch file
Hello aGerman,
1'st of all thanks for your response.
The command is as follow :-
command exec p_fncDeleteFTPFilename 'filename.txt', 'filename2.txt'
Can you advice anything on this ?
Regards,
Austin
1'st of all thanks for your response.
The command is as follow :-
command exec p_fncDeleteFTPFilename 'filename.txt', 'filename2.txt'
Can you advice anything on this ?
Regards,
Austin
- 18 Aug 2010 01:38
- Forum: DOS Batch Forum
- Topic: Operable program or batch file
- Replies: 5
- Views: 5981
Operable program or batch file
Hi, I get the error '"type e:\test.txt|find /n /v """' is not recognized as an internal or external command, operable program or batch file. But, it works fine, if the SQL User has sysadmin privilege or if executed via windows authentication from SQL management studio. Any advice...