varbinary(max) is new in SQL Server 2005. If your server is older (SQL Server 7.0 or 2000) the nearest equivalent is the image data type. To check what version the server is, run the query SELECT @@VERSION. SQL Server 2000 is version 8.0, SQL Server 2005 is 9.0.
Stability. What an interesting concept. -- Chris Maunder