Hi friends
we r in te processing migrating our vfp data to sql server. and in the process we need check memo fields
and find out if it is necessary to make them as text datatype in sql server or keep them just as varchars.
i need to start examining the memo fields in each table to determine those which are of genuine unlimited textual length, and those that should be of a more correct data type?
we decided that if a column contains more than say 2000chars of data, we make as text datatype.
so i need make a report containg each memo field and its data length.
whats the best way of doing it?
i know that i can scan thr the tables and can find out Len(fld1)
i'm wondering is there simple way/better way
Thanks
cheers
cheers
we r in te processing migrating our vfp data to sql server. and in the process we need check memo fields
and find out if it is necessary to make them as text datatype in sql server or keep them just as varchars.
i need to start examining the memo fields in each table to determine those which are of genuine unlimited textual length, and those that should be of a more correct data type?
we decided that if a column contains more than say 2000chars of data, we make as text datatype.
so i need make a report containg each memo field and its data length.
whats the best way of doing it?
i know that i can scan thr the tables and can find out Len(fld1)
i'm wondering is there simple way/better way
Thanks
cheers
cheers