Insufficient memory to continue the execution of the program.

Merhaba;
55 mb dan büyük .sql dosyalarınızı execute ettiğinizde böyle bir hata alırsanız.
1-Command Prompt çalıştırınız.
2- Kod satırına :
c:\ sqlcmd  -S <server name> -i "<.sql path>".

Örnek :
c:\ sqlcmd  -S DBSERVER\MSSERVER14 -i "C:\Data\testData.sql".


İyi çalışamalar.



Yorumlar

Bu blogdaki popüler yayınlar

Unable to load the specified metadata resource.

An error occurred while updating the entries. See the inner exception for details.

Introducing FOREIGN KEY constraint 'xxx' on table 'xxx may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints. Could not create constraint. See previous errors.