You are here

protected property MigrateSourceMSSQL::$batchSize in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 plugins/sources/mssql.inc \MigrateSourceMSSQL::batchSize

By default, sqlsrv_query fetches all results - severe memory problems with big tables. So, we will fetch a batch at a time.

Type: int

File

plugins/sources/sqlsrv.inc, line 48
Define a MigrateSource for importing from Microsoft SQL Server databases.

Class

MigrateSourceMSSQL
Implementation of MigrateSource, to handle imports from remote MS SQL Server db servers.

Code

protected $batchSize;