We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd344ff commit b46d2f0Copy full SHA for b46d2f0
docker_db.sh
@@ -442,6 +442,8 @@ create login $SYBASE_USER with password $SYBASE_PASSWORD
442
go
443
exec sp_configure 'enable xml', 1
444
445
+exec sp_configure 'heap memory per user', 0, '16K'
446
+go
447
exec sp_dboption $SYBASE_DB, 'abort tran on log full', true
448
449
exec sp_dboption $SYBASE_DB, 'allow nulls by default', true
0 commit comments