Sqlserver Serverside Processing

Sqlserver Serverside Processing

mRendermRender Posts: 151Questions: 26Answers: 13

Does SqlServer + PHP still require SQL SERVER 2012 for serverside processing?

I have a client who has the legacy version (and loves it) and wants to upgrade all functionality but is running 2008.

Thank you :)

Replies

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394

    How does this relate to DataTables?

  • allanallan Posts: 61,781Questions: 1Answers: 10,112 Site admin

    I think this is relevant as my demo scripts for SQL Server with server-side processing require a feature of SQL Server 2012 - the use of OFFSET and LIMIT.

    Given that Microsoft haven't backported these expressions to 2008, then yes, they are still required.

    You could probably rewrite the server-side processing logic to use the old style TOP expression from 2008, but is isn't something I'm overly keen on doing myself ;-)

    Allan

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394

    Mea culpa - sorry!

  • mRendermRender Posts: 151Questions: 26Answers: 13

    Thank you. I don't seem to think that I would need to use editor capabilities on 2008, just the regular datatables should be enough.

    Thanks again.

This discussion has been closed.