Hi there,
Users always want more...
I have a column of type varchar(1000) and someone asked me to expand this limit. I can put it to 2000 but I know for sure that, one of these days, another person will ask me to expand it again...
Considering that actually there's no search clause in all my SQL queries, is there any pain (or performance issue) if I change data type to varchar(max)?
Thanks a lot for information.
Rej Cloutier
Users always want more...
I have a column of type varchar(1000) and someone asked me to expand this limit. I can put it to 2000 but I know for sure that, one of these days, another person will ask me to expand it again...
Considering that actually there's no search clause in all my SQL queries, is there any pain (or performance issue) if I change data type to varchar(max)?
Thanks a lot for information.
Rej Cloutier