How to Backup All MSSQL Databases on a VPS at Once
Last Updated on Wednesday, 27 February 2013 08:51 Written by Khaleel Demeri Friday, 1 March 2013 12:00
Have you ever wondered if you can back up all your databases at once? In this post I will discuss how to do this with one script. A separate file will be created for each database.
Let’s start!
1) Please make a directory where you want the backup files to be created. I will use C:\DB_Backup\ as my directory in this post.
Note: Step one is an important thing to do. We will use the path of that directory later in our script.
Learn MorenopCommerce Tips: How to Access Your Live nopCommerce Database
Last Updated on Friday, 8 February 2013 04:26 Written by Carole Bennett Saturday, 9 February 2013 12:00
nopCommerce has a very robust and extensive administration panel, but every now and again, you’ll find that data needs to be updated or corrected in a way that’s not supported by nopCommerce directly. It’s at those times that you may find it preferable to edit the database directly – today, we’ll talk about how to do just that.
Learn MoreHow to Backup a Database with Microsoft SQL Server 2012
Last Updated on Monday, 4 February 2013 03:11 Written by Rodolfo Hernandez Tuesday, 5 February 2013 12:00
In this new video, brought to you by Arvixe, I will show you how to backup your MSSQL or MySQL database with Microsoft SQL Server 2012
Creating a Custom mojoPortal Solution: Part 4, Deploying to Arvixe
Last Updated on Wednesday, 3 August 2011 05:01 Written by Carole Bennett Thursday, 4 August 2011 12:00
Hi! I’m back, with the last in this series of creating and deploying a custom mojoPortal solution, using the source-code compilation from Visual Studio, including custom features, creating a custom skin, and manually uploading and deploying the solution on Arvixe hosting. Let’s start with the Hosting Account Information you get after signing up with Arvixe.
Learn MoreCreating a Custom MojoPortal Solution: Part 3, Creating a Custom Skin
Last Updated on Sunday, 13 November 2011 11:09 Written by Carole Bennett Friday, 22 July 2011 12:00
Hi – Carole Bennett, back again, this time with some steps on how to create your own custom skin for mojoPortal.
First of all, let me start by saying this; yes, I am completely capable of designing the skin completely in Photoshop, slicing it out, and incorporating it into a skin. That being said – it is *so* much faster to use Artisteer! You do not have to use the built-in graphic elements in Artisteer; in the custom mojoPortal skin you will see today, I created design elements in Photoshop, and used the “Insert From File” feature in Artisteer to “test drive” my design ideas in an actual working UI.
Since this is not an Artisteer tutorial, I won’t go over all the details of how to use it. I will remind you that for best results, create the project as an ASP.Net project, but export it as an HTML project – much less complicated.
You will see the screenshot of the skin UI as it appears in Artisteer here, after we have incorporated our custom graphics and font webkit from FontSquirrel:
Learn More
Recent Comments