Archive for the ‘Databases’ Category

New SQL Server 2005 backup facility

Friday, April 18th, 2008

Due to popular request Pipe Ten have now launched their exciting new SQL Server 2005 backup facility using MyLlttleBackup. All customers that have databases on Pipe Ten’s MSSQL server can now log in to the new online backup facility to create, download and restore full backup’s of their databases directly through their web browser at http://mylittlebackup.pipeten.co.uk

Upgrading old versions of OSCommerce to be MySQL5 compatible

Sunday, August 19th, 2007

Since our last Dublin update we’ve had a few users having issues with their old OSCommerce installs. Below you’ll find the most common problem and fix.
The problem: Error Message - 1054 - Unknown column ‘p.products_id’ in ‘on clause’

The fix: Download the instructions helpfully provided by ozstar.

How do I import or export MSSQL database?

Wednesday, May 30th, 2007

This FAQ assumes SQL Server 2005 Express is running on your development server.

If not already installed you will need the Microsoft SQL Server 2005 Express Edition Toolkit:
http://go.microsoft.com/fwlink/?LinkId=65111

The DTS Wizard can be downloaded (SQLServer2005_DTS.msi) from here:
http://www.microsoft.com/downloads/details.aspx

Here is an example of how to Export using your own development MS SQL server:

1] Create your MS SQL database and login using your web hosting control panel.

2] Start the wizard on your local machine:
C:Program FilesMicrosoft SQL Server90DTSBinnDTSWizard.exe

3] Input settings for your local MS SQL server

Select Data Source ‘Microsoft OLE DB Provider for SQL Server’
Server: localhost or your server IP
Login: your local login
Password: your local password
Select database you want to import
Click ‘Next’

4] Input settings for our MS SQL server

Select Data Source ‘Microsoft OLE DB Provider for SQL Server’
Server: mssql.pipeten.co.uk
Use SQL Server Authentication
Login: created in control panel
Password: created in control panel
Select database you want to import to
Click ‘Next’

5] Select ‘Copy objects and data between SQL Server databases’
Click ‘Next’

6] Select all the tables you want to import, typically this will be all, to do this Click ‘Select All’ for tables
Click ‘Next’

7] Select ‘Run immediately’
Click ‘Next’

8] Click ‘Finish’

To export (backup) your database follow the instructions and simply reverse steps 3 and 4.

Database Publishing Wizard

Thursday, May 24th, 2007

An easy way to publish your database to Pipe Tens database server is to use the Database Publishing Wizard.

(more…)

How do I connect to my MSSQL database using Enterprise Manager?

Wednesday, May 23rd, 2007

You can obtain Enterprise Manager by downloading MSDE (Microsoft Data Engine) from Microsoft

(more…)

How do I manage my MSSQL database?

Wednesday, May 23rd, 2007

There are a range of clients available for managing your MS SQL 2005 database and they all should work with Pipe Ten’s servers without a problem. Each client offers slightly different functionality and licensing. Below are two of the more popular applications used that are free to download:

(more…)

Do you support MS Access?

Wednesday, May 23rd, 2007

Yes we support MS Access on our servers although Microsoft do not recomend it to be  used for online applications. Most of our Windows packages come with an MSSQL database included which is a more suitable technolgy for websites.

Do you allow connections to remote MSSQL servers hosted elsewhere?

Wednesday, May 23rd, 2007

No, for security and efficiency reasons our web servers can only access Pipe Ten’s MS SQL servers.

Can I connect to my MSSQL database using a client remotely?

Wednesday, May 23rd, 2007

Yes, you can connect to your database using a client such as MySql Front or Aqua Data Studio. We only enforce standard authentication for remote MySql connections, you just require your database username, password and server address.

Can I connect to my MySql database using a remote client?

Wednesday, May 23rd, 2007

Yes, you can connect to your database using a client such as MySql Front or Aqua Data Studio. We only enforce standard authentication for remote MySql connections, you just require your database username, password and server address.