I am in the process of converting vfp tables to sql server express. I have the connection made and have used remote views. For several tables this works fine.
However, I have a few tables that, have very long field names. When I try to create the remote view I receive an error that "line is too long". I am assuming this means the field name as opposed to the number of fields which is about 245. Is that correct? (In looking at the "view sql", I see it has truncated several of the field names).
Also, if it is the length of the field is there any way around it without having to go through and rename everything?
Thanks for any help.
Greg
However, I have a few tables that, have very long field names. When I try to create the remote view I receive an error that "line is too long". I am assuming this means the field name as opposed to the number of fields which is about 245. Is that correct? (In looking at the "view sql", I see it has truncated several of the field names).
Also, if it is the length of the field is there any way around it without having to go through and rename everything?
Thanks for any help.
Greg