Simultaneous MySQL DB Connections in PHP

I recently added a copy function to one of the web applications that I’ve developed. In addition to letting the user copy records to a new set of records in the same system, I decided to also allow them to … Continue reading

Posted in mysql, php, Web Apps | Tagged , , | Leave a comment

SQL Queries Using with nolock

Last year, I had an assignment to create some reports using SQL Server Reporting Services (SSRS). The database team at this company had created a reporting database, using data cubes, with information rolled up from a number of production systems. … Continue reading

Posted in MS SQL, Transact SQL | Tagged , , , , , , , | Leave a comment