php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "SQL Server"

How can non-blocking design and server configuration help handle a high volume of SQL queries?

Non-blocking design and server configuration can help handle a high volume of SQL queries by allowing the server to handle multiple queries concurrent...

What are some best practices for migrating a PHP project from using MS Access to a Microsoft SQL Server database?

When migrating a PHP project from using MS Access to a Microsoft SQL Server database, it is important to update the connection settings in the PHP cod...

What is the recommended approach for handling menu selections that require data retrieval from a SQL server in PHP?

When handling menu selections that require data retrieval from a SQL server in PHP, the recommended approach is to use AJAX to asynchronously send req...

Are there any best practices or guidelines for integrating PHP with an SQL server for efficient administration?

When integrating PHP with an SQL server for efficient administration, it is important to follow best practices such as using parameterized queries to...

What are best practices for handling SQL queries in PHP loops to avoid overwhelming the MySQL server?

When handling SQL queries in PHP loops, it's important to avoid sending a query to the MySQL server on each iteration of the loop as this can overwhel...

Showing 61 to 65 of 10000 results

‹ 1 2 ... 10 11 12 13 14 15 16 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.