I am using VB 2005 to populate a SQL Server 2000 table with text columns and some columns with data type of varchar(1000). The data is inserted via a stored procedure, using several parameters. Everything works fine as long as the parameter strings are <= 900 characters. But, if I try to pass a string > 900 characters, the field will be empty for that record.
I don't see anything in the documentation about maximum sizes for parameters. What's going on?
I don't see anything in the documentation about maximum sizes for parameters. What's going on?