Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Run script in SQL Agent

Author  Topic 

Tasta
Yak Posting Veteran

60 Posts

Posted - 2009-04-21 : 03:30:42
Hi, everybody!
I have a script of 2 commands :
set nls_lang=AMERICAN_AMERICA.IW8ISO8859P8
dtexec ...

When I'm trying to execute it as a step (cmdexec type), it doesn't run. I receive the following message of success :
Executed as user: NT-STATION\bisrv. The step did not generate any output. Process Exit Code 0. The step succeeded

I really need some help :)
   

- Advertisement -