Buffer Size in SQL Server mobile

In this article I will explain about Buffer Size in SQL Server mobile.Buffer is temporary storage area.
  • 1823

Introduction
A buffer memory is a temporary memory used to hold temporary data which could be dynamic variables, classes etc. Initially the maximum size of the buffer memory allocated by the server by default is 640 kB . However we can also change the maximum size of the buffer by using the string given below.

Data Source=Companydata.sdf;Max Buffer Size=1024;Persist Security Info=False;

You may also want to read these related articles : here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.