Uploading A Microsoft SQL Database

Problem:

Uploading A Microsoft SQL Database



Solution:

The first step in loading your MSSQL Database is to create the database on our system. This is done via the Control Panel.
 
If your database only has tables (no stored procedures, views, triggers, etc), you can upload the data via DTS or Enterprise Manager.
Alternatively you may upload one of these to your home directory:
  • MDF file
  • Database Backup File
  • SQL Script that creates the tables / objects
Once uploaded, please let us know your account name, file name and your destination database, login name etc.

 

  • 0 Usuários acharam útil
Esta resposta lhe foi útil?

Artigos Relacionados

get "SQL Server does not exist or access is denied" error when I tried to connect to MS SQL database on your server?

Problem: get "SQL Server does not exist or access is denied" error when I tried to connect to MS...

Connecting to MSSQL with out a DSN

Problem: Connecting to MSSQL with out a DSN Solution: * You can use the following string...

Opening the Database Folder in SQL Server Enterprise Manager 2000 Takes a Long Time

Problem: Opening the Database Folder in SQL Server Enterprise Manager 2000 Takes a Long Time...

I'm getting a strange error message: Operation must use an updateable query(error '80004005')?

Problem: I'm getting a strange error message: Operation must use an updateable query(error...

error: Too few parameters

Problem: error: Too few parameters Solution: error type:Microsoft OLE DB Provider for ODBC...