Blog Archives

Most Useful MySQL Queries for WordPress

Backend of the most popular blogging CMS WordPress is handled by the MySQL, which is a relational database management system available free of cost to use. All data of your blogs like posts, comments, user information, settings etc. are saved in MySQL database attached to your blog at the backend of your hosting provider. Sometimes [...]

a039f62aed73dbb8ba3609bba1bf99b4
Share via email

Generate Insert Statements from SQL Server Database Using Stored Procedure

I have been in a situation many times when I need to transfer my SQL database from local server to another, what worst – export tool of SQL Server Management Tool doesn’t work due to permission problem at live server. Then what to do? It would be better if a procedure is there which generates [...]

1ca9312378d007448070cbeabe6dd907
Share via email