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
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL Scheduled Job

Author  Topic 

udeleng
Starting Member

5 Posts

Posted - 2001-12-04 : 10:23:58

Is it possible to bypass the 3200 character limit for an active script job. I'm trying to run a vbs script as a job.

I could use an alternative approach, but then I need to run a vbs/asp file from a stored procedure. Anyone know how? I could put the vbs portion in COM, but due to inexperience and time constrain, I must defer that option until absolutely there is no other way.

Thanks.




Edited by - udeleng on 12/04/2001 10:46:31

benricho
Yak Posting Veteran

84 Posts

Posted - 2001-12-04 : 15:46:51
Would you be better off using the Windows 2000 Scheduler to run the ASP page?

Go to Top of Page

udeleng
Starting Member

5 Posts

Posted - 2001-12-04 : 19:02:24
My client has WIN2K, so I can definately look into it. Thanks.

Go to Top of Page
   

- Advertisement -