tools

How to inject the SqlShell admin tool to Sitecore 7

Sometimes, we want to execute the SQL script to get insight into the current status of our Sitecore instance. It will be easy peasy lemon squeezy if you can access the server database. Another way is to play around with SqlShell admin tool (we can execute the SQL script via Sitecore user interface) if you’re Sitecore admin… Continue reading How to inject the SqlShell admin tool to Sitecore 7

tools · utilities

How to delete a large amount of items via Sitecore User Interface

We have a Sitecore 7.2 Initial Release (aka Sitecore CMS 7.2.0) project on the table. It’s a legacy system. Sadly, the previous vendor did not cover the case the items were duplicated when they’re created automatically via a Sitecore task scheduler from an external source. After correcting the code logic, we need to delete all… Continue reading How to delete a large amount of items via Sitecore User Interface

tools · utilities

How to restart Sitecore server via Sitecore user interface

A few years ago, I had a chance to work with Sitecore CMS version 6.6 and had to restart Sitecore server several times without IIS access to kill the publish process (it run forever sometimes). I suppose that I may do it again with Sitecore version 7.X and Sitecore version 8.X for some reasons as well.… Continue reading How to restart Sitecore server via Sitecore user interface

tools · utilities

My favourite utilities / tools for Sitecore development

The first one I want to introduce is Sitecore Instance Manager (SIM). It’s very helpful for me to set up fresh Sitecore instances at my local quickly, to edit hosts file easily via Hosts Editor. Github: it’s an open source tool for managing the local park of Sitecore instances. You can install, locate, maintain, reinstall or… Continue reading My favourite utilities / tools for Sitecore development