Use this tool to run MySQL queries that will test the database connection, list MySQL databases, tables and columns. The three included PS1 scripts offer a choice of data that can be reviewed. Useful for testing/developing when PHP drivers are not...

read more

Do you want to copy out the content of your database tables? This little powershell utility uses the bulk copy command (bcp) to extract the data from your MSSQL database tables and put the result into a set of csv files, one for each table. Just enter the...