I am connecting to an SQL Server. My dataset is very large (over 33M). I have applied some "WHERE" clauses to made the data set smaller and chosen only fields that I need in the SQL Query.
Is there a way to change the character size of a field as well? Some fields are set to 300 Characters but none of the records actually meet this limit - it is more like 50 - 100 characters.
I am looking for a way to speed up the query process and thought this might help. I know I can limit the characters downstream but was hoping to do it upon loading/input to save time in the initial load.
Thanks