• David Data (8/10/2010)

    It would be nice to have a datatype like .NET's string which can carry strings of (almost) any length without worrying about what its contents' maximum length might happen to be. Fields in database tables may need to be specified precisely; local variables should not.

    Isn't that pretty much what VARCHAR(MAX) is?