472,353 Members | 2,237 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

Using MSDE and moving databases

Hi all,

I am pretty new to dB programming and a have a few questions which I will
put in separate threads. I have only coded as a hobby and some limited work
projects. I have recently been asked if I could help implement a simple help
desk for work. This has only been running for a few weeks and the data is
currently being stored in excel (I know...I know!! :-)

I have installed a copy of MSDE on my development machine and plan on doing
the same on my office 'server'....in fact it may well already be on there. I
also have another testbed to act as the client.

My first question (in no particular order) is how to move the sql db from
the development machine to the server? I don't have any sql/db tools other
than anything that is included with MSDE (which I don't think is much).

I will be posting other Q's for any experts out there!

Thanks in advance.

Phil
Jul 23 '05 #1
2 2945

"Phil" <Ph**@nospam.com> wrote in message
news:d4**********@nwrdmz03.dmz.ncs.ea.ibs-infra.bt.com...
Hi all,

I am pretty new to dB programming and a have a few questions which I will
put in separate threads. I have only coded as a hobby and some limited
work projects. I have recently been asked if I could help implement a
simple help desk for work. This has only been running for a few weeks and
the data is currently being stored in excel (I know...I know!! :-)

I have installed a copy of MSDE on my development machine and plan on
doing the same on my office 'server'....in fact it may well already be on
there. I also have another testbed to act as the client.

My first question (in no particular order) is how to move the sql db from
the development machine to the server? I don't have any sql/db tools other
than anything that is included with MSDE (which I don't think is much).

I will be posting other Q's for any experts out there!

Thanks in advance.

Phil


Backup and restore is usually the easiest way - see BACKUP, RESTORE and
"Copying Databases" in Books Online, as well as this KB article:

http://support.microsoft.com/default...b;en-us;314546

You can use osql.exe to execute all the commands you need.

Simon
Jul 23 '05 #2
Thanks Simon,

Have completed the 1st part of this and detached the database ready for
copying to the new server. Thanks for your quick response.

There's no reason to think reattaching to the new server will be a problem,
only to be aware of the possible 'db owner' permission.

Cheers,

Phil

"Simon Hayes" <sq*@hayes.ch> wrote in message
news:42**********@news.bluewin.ch...

"Phil" <Ph**@nospam.com> wrote in message
news:d4**********@nwrdmz03.dmz.ncs.ea.ibs-infra.bt.com...
Hi all,

I am pretty new to dB programming and a have a few questions which I will
put in separate threads. I have only coded as a hobby and some limited
work projects. I have recently been asked if I could help implement a
simple help desk for work. This has only been running for a few weeks and
the data is currently being stored in excel (I know...I know!! :-)

I have installed a copy of MSDE on my development machine and plan on
doing the same on my office 'server'....in fact it may well already be on
there. I also have another testbed to act as the client.

My first question (in no particular order) is how to move the sql db from
the development machine to the server? I don't have any sql/db tools
other than anything that is included with MSDE (which I don't think is
much).

I will be posting other Q's for any experts out there!

Thanks in advance.

Phil


Backup and restore is usually the easiest way - see BACKUP, RESTORE and
"Copying Databases" in Books Online, as well as this KB article:

http://support.microsoft.com/default...b;en-us;314546

You can use osql.exe to execute all the commands you need.

Simon

Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Craig HB | last post by:
I have a distributed inventory control database that I am going to migrate from Access to SQL Server. I am going to use SQL Server Replication to...
0
by: Mark Johnson | last post by:
Is it possible that "information_schema.schemata" does not allways work correctly in MSDE Sql-Server. I have built an Explorer that will find the...
7
by: DraguVaso | last post by:
Hi, I'm just wondering when I better should use an Sql Server or when a MSDE. Whet are the advantages of one to another en the limits etc. And...
5
by: Robin Tucker | last post by:
I'm looking for a simple way of telling (inside a stored procedure) if I'm currently using MSDE or a full SQL server. Ideally, there is some...
2
by: Rosy Moss | last post by:
I am in the process of cleaning up a database that our company uses to track jobs, time and expense, and customer information. We are running...
0
by: WoodBeeProgrammer | last post by:
does anyone know whether there are potential "gotchas" from using msde as a dependency in an application? for instance, does msde require being run...
5
by: Robert Schuldenfrei | last post by:
Dear NG, I am using MSDE in my study of C#. It works well, however I would like to know more about MSDE itself. There seems to be no counter...
1
by: EazyE | last post by:
Need some help with moving/upgrading 3 MSDE databases (stored locally on 3 different servers) to a single SQL 2000 server (new instance). Can this...
11
by: HC | last post by:
I posted this in one of the VB forums but I'm starting to think it might be more appropriate to have it here, since it really seems to be a SQL...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

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.