Groups | Blog | Home
all groups > sql server dts > june 2003 >

sql server dts : Execute Process Task - Parameter Length


Robert R
6/30/2003 12:20:55 PM
Is there a limit to the number of characters that can be passed to the
"Parameters" line or "Win32 process" line of an Execute Process Task?

I am using DTS on SQL Server 2000.

Thanks
Robert

krisztian.pinter NO[at]SPAM cegedim.fr
7/1/2003 1:59:15 AM
255 characters, very annoying. finally, I replaced execute process
task with an own custom dts task doing the same, but not having the
lame limitation. thanks, bill!


[quoted text, click to view]
Allan Mitchell
7/1/2003 7:24:20 AM
The ProcessCommandLine is specified as String so I would have thought you
will run out of things to say on it before it falls over.

How many chars are you putting on there ?
Is this a visual thing you are having problems with i.e you can't type
anymore into the box?

--


Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

[quoted text, click to view]

AddThis Social Bookmark Button