• I disagree, varchar can hold up to 8000 characters in 2000 (nvarchar will only hold up to 4000, though).

    http://msdn.microsoft.com/en-us/library/aa258242(SQL.80).aspx

    Another option is to use text columns

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2