adspace


Your table has a large character field there are queries that use this field in their search clause what should you do?

Answer Posted / Lalit Tyagi

To improve performance when dealing with large character fields, consider using full-text indexing. You can also split the data into smaller chunks and store them separately to reduce the size of individual rows.nnAdditionally, you might want to use filtered indexes or compute column statistics if you frequently search for specific values within the character field.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a coalesce function?

1292


How can we solve concurrency problems?

1129


What is standby servers? Explain types of standby servers.

1087


What are the different types of subquery?

1239


What is normalization and what are the advantages of it?

1065


How to enter binary string literals in ms sql server?

1255


How do I start sql server 2017?

1023


Does view occupy space?

1031


Why should you use or avoid select * statements?

1120


What is an indexed view?

1029


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1081


How to convert character strings into numeric values?

1196


What is the difference between for xml raw and for xml auto?

1125


What are the kinds of subquery?

1117


Can we shrink data file in sql server?

1135