Archive for the ‘Databases’ Category

Explained: Warning (Approaching resource limit)

Tuesday, February 23rd, 2010

If you receive an email from support@pipeten.co.uk or .com with the title “Warning (Approaching resource limit)” it means that you are approaching or exceeding some of the inclusive resources on your hosting package. Explanations of what these resources are and what each warning means can be found below:

  1. Mailbox Disk Quota
  2. Traffic Quota
  3. Databases: MySQL Quota or MSSQL Quota
  4. Linux Disk Quota or Windows Disk Quota or Reseller Disk Quota

If still in doubt, please don’t hesitate to contact support through the usual methods.

Explained: Warning (Approaching resource limit) – MySQL Quota or MSSQL Quota

Monday, February 1st, 2010

When you reach approach or exceed the default size of your hosting packages inclusive database quota/storage you will receive an email from support@pipeten.co.uk or .com to the primary account contact with the subject “Warning (Approaching resource limit)”. This post provides further information on what can be done to remove ‘MySQL Quota’ or ‘MsSQL Quota’ warnings.

(more…)

UK – Maintenance Notice – 04/01/2010 [mssql]

Monday, January 4th, 2010

Closed.
(more…)

MS SQL Server Management Studio 2008

Wednesday, May 20th, 2009

When connecting to an MS Sql 2005 Server using MS SQL Server Management Studio 2008 you may come across an error “Failed to retrieve data for this request (Microsoft.SqlServer.Management.sdk.sfc)”. This in turn will prevent you from being able to connect to your database. This is a known issue with Microsoft and occurs when either a database is in offline mode or when SQL Server Management Studio cannot correctly read one or more databases. Therefore, certain properties of a database cannot be retrieved. However there is a work around for this if you follow the instructions below:

  1. Close the error message.
  2. Press F7 to open the Object Explorer Details pane.
  3. Right-click the column headers, and make sure that only the following columns are selected:
    *Name
    *Date Created
    *Policy Health
    *Owner
  4. Right click the Databases node, and then click Refresh.

For more information the please view the Microsoft knowledge base.

http://support.microsoft.com/default.aspx?scid=kb;EN-US;956179

MS SQL Server Management

Thursday, April 23rd, 2009

Support for the old MS SQL Manager that used to be available via the online control panel has been removed.  This was because of the lack of functionality, security risks and general poor performance that the third party package was offering.

It has been replaced with another online MS SQL administration tool called mylittleadmin which is more secure and provides a lot more functionality.  It also ties in with mylittlebackup which is also available as a tool to backup your MS SQL databases.  Users on the dmssql.pipeten.co.uk server can backup their databases using dmylittlebackup.

As always you can also manage your MS SQL database remotely by using a client on your local machine such as SQL Server Management Studio or Aqua Data Studio.

New SQL 2005 Administration Utility

Tuesday, October 7th, 2008

Pipe Ten are please to announce a beta release of MyLittleAdmin, the web based administration tool for SQL servers. (more…)

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.

Sheffield/mssql.pipeten.co.uk use http://mylittlebackup.pipeten.co.uk/

Derby/dmssql.pipeten.co.uk use http://dmylittlebackup.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 (not available for dmssql.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…)