Coder Social home page Coder Social logo

Does this Supports MS SQL about backups HOT 2 OPEN

aolee avatar aolee commented on August 15, 2024
Does this Supports MS SQL

from backups.

Comments (2)

yusuf avatar yusuf commented on August 15, 2024

Adrina, we haven't used SQLServer for years, so we cannot test it, theoretically it should work! According to the cakephp book sqlserver can be used as a datasource: http://book.cakephp.org/2.0/en/models/datasources.html

So try to connect and give it a try

public $default = array(
    'datasource' => 'Database/Sqlserver',
    'persistent' => false,
    'host' => '192.168.1.x',
    'login' => 'username',
    'password' => 'password',
    'database' => 'dbname',
    'prefix' => '',
    //'encoding' => 'utf8',
);

By the way, we would love to know if this work! :)

from backups.

aolee avatar aolee commented on August 15, 2024

Thanks Yusuf, will give it a try, probably by next week and will update you.

I was trying to find a way to make a DB independent backup and restore script for CakePHP, then I suddenly crossed upon this your script. it looks perfect.

However, I ran into a problem with big records ( 1million rows )-- I'm getting the common php memory exhaust problem. Increasing the memory in php.ini is not an option for me so I'm currently modding your script to do the saving by batch (doing a count then adding limit offset).

Thanks again this script is really a life saver.

from backups.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.