473,734 Members | 2,511 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP shop data backup MSSQL database using desktop SQL manager

10 New Member
hi i'm trying to make a backup of my database. the data base feed my shop cart and is located on rented webspace. the cart is ASP and i'm sure the database is MSSQL. I have a freeware desktop sql manager and i'm not sure how to enter the server information ! I have another webspace with MYSQL and PHP admin that i intend to use as the backup location.

my ASP data connection script is as folows:

Expand|Select|Wrap|Line Numbers
  1. if strServerName = "blackorchidinteriors.kdomain.local" or strServerName = "blackorchidinteriors-shop.kdomain.local" then
  2.     global_strServer = "kpdc-1.kdomain.local"
  3. else
  4.     global_strServer = "90538-APP1"
  5. end if
  6.  
(user and pass not shown )

global_strServe r is then used to build the connection:

Expand|Select|Wrap|Line Numbers
  1. global_strConnectionString = "Provider=SQLOLEDB;Server=" & global_strServer & ";database=**********;uid=*********;pwd=**********"
  2.  
90538-APP1 seems a funny IP address !

why does this connection script have two server locations and how do i expand these addresses for remote (desktop SQL manager) access ?

am i going about this in the best way ?
should i be uploading a ASP file to do this job ?
Oct 11 '06 #1
0 1755

Sign in to post your reply or Sign up for a free account.

Similar topics

2
2108
by: Pablo | last post by:
C:\Program Files\Microsoft SQL Server\MSSQL\Data\" contains .mdb and ..ldb files that are huge, some reach 21GB! while backup files don't exceed 8MB. I guess it's a kind of transaction log, but I'm not sure. Can I erase them all and lose no information? Where I configure it to avoid it to happen in the future? Thanks in advance.
1
2123
by: John Morgan | last post by:
I have an online SQL Server database provided by an ISP. I do not have permission to create a backup device and I understand this is normal practice. I am not using Enterprise Manager to administer the online database. I know I can back up the structure of the database using SQL scripts. My question is:
3
1214
by: RLN | last post by:
hi group My database name : developer day 1. Taken full backup day 2. taken differential backup
3
2024
by: Mark D Powell | last post by:
Recently I created a new db in production and restored it from test. I have a nightly backup job that backs up all user databases. The backup for this new db is failing. The message in the error log is 2005-10-04 00:13:47.65 backup BACKUP failed to complete the command BACKUP DATABASE TO DISK = N'd:\sqldata\MSSQL\BACKUP\MTUDD_GEMINI \MTUDD_GEMINI _db_200510040013.BAK' WITH INIT , NOUNLOAD , NOSKIP , STATS = 10, NOFORMAT
6
3344
by: Eric Herber | last post by:
I've a question regarding db2 (V8.1) and database backups going to a storage manager like TSM for example. As I can see in the storage manager if I backup the complete database over the TSM API (no tablespace backups) the backup images is stored as a single backup object. Later I will be able to restore the complete database from this image and I will also be able to restore single tablespaces from this backup image as long as I...
4
1974
by: Ed | last post by:
I have a MS SQL database process that is run from ASP.NET. I would like to be able to backup the SQL database using either a full database or transaction log backup immediately before the backup is done. Is this possible with ASP.NET and what kind of permissions or role would the connection SQL connection account need to perfom the backup. I would like to give the account the minimum permissions needed. -- Ed
1
9063
by: Najm | last post by:
Hi All, I am facing this issue very frist time. I add a logical device as following: USE master GO EXEC sp_addumpdevice 'disk', 'AdvWorksData',
7
6508
by: Olegus | last post by:
Hello, in order to perform backup/restore MSSQL database using SMO, one needs to reference several namespaces in a backup class : using Microsoft.SqlServer.Management.Common; using Microsoft.SqlServer.Management.Smo; Unfortunately, MSSQL 2005 and MSSQL Express keep them in different place. For MSSQL2005 they are located in C:\Program Files\Microsoft SQL Server \90\SDK\Assemblies and for MSSQL Express you can find them in C:
4
4065
by: Bootstrap Bill | last post by:
I'm looking for a PHP program to backup and restore a mysql database. I'm using Godaddy to host a forum. Their mysql control panel will only restore a database of two megabytes or less. My database is over 13 megabytes in size.
0
8946
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8776
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9449
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9236
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6735
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6031
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3261
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2724
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.