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)
 Job error w/ Transact Sql step

Author  Topic 

mickp
Starting Member

2 Posts

Posted - 2001-01-04 : 16:00:39
Hi everyone,
I have a problem when I try to create a Transact Sql job step. The query I have to use is kind of big. But I need everything in it... Here's the error message:

"The specified file (c:\1\transfer.sql) is 3975 characters in size, which is larger than the available free space in the current job step command (3200 characters). Do you want to continue opening the file but have its content truncated?"

Is there a way to increase that job step available free space?

Or else is there another way to make a query execute itself at regular intervals in a transparent way for the user?

Thanks
-Mic

   

- Advertisement -