473,396 Members | 1,860 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

MS SQL 2005 Express Edition - Replication Question

Hello...

I'm new to MS SQL, so please be nice... LOLOL

I decided to go from Access 2003 with the MS SQL Express Edition (I
really don't need all the features of the full version, if so, I can
buy it in the future). MS Access as the Frond End and SQL as the Back
End.

Right now is installed on a Windows 2003 Server and ready to go.

So my question is, It's possible to also install SQL Express on my
laptop, create and/or test the databases, when ready transfer the
Databases to the server? Something like replication?

I would love to do all my programing at home, when I'm more relax,
then go to work the next day and "replicate" the changes.

If this is possible, can you guys point me in the right direction? Any
suggestions?

I'll really appreciate any help..

Thanks!
Dec 19 '07 #1
5 3811
On Wed, 19 Dec 2007 18:19:40 -0500, Fenix Bird wrote:

What I do is to turn on "generate script" (there is a toolbar button
for it) and with each change I save the change script. I give them a
name starting with a sequential number. Then at work I run the scripts
one at a time to update the work database.

-Tom.

>Hello...

I'm new to MS SQL, so please be nice... LOLOL

I decided to go from Access 2003 with the MS SQL Express Edition (I
really don't need all the features of the full version, if so, I can
buy it in the future). MS Access as the Frond End and SQL as the Back
End.

Right now is installed on a Windows 2003 Server and ready to go.

So my question is, It's possible to also install SQL Express on my
laptop, create and/or test the databases, when ready transfer the
Databases to the server? Something like replication?

I would love to do all my programing at home, when I'm more relax,
then go to work the next day and "replicate" the changes.

If this is possible, can you guys point me in the right direction? Any
suggestions?

I'll really appreciate any help..

Thanks!
Dec 20 '07 #2
Fenix Bird wrote:
I decided to go from Access 2003 with the MS SQL Express Edition (I
really don't need all the features of the full version, if so, I can
buy it in the future). [...] It's possible to also install SQL Express on my
laptop, create and/or test the databases, when ready transfer the
Databases to the server? Something like replication?
As Tom describes, transferring the schema is easiest by generating scripts.
However, there is a powerful replication feature in SQL 2005, that you
cannot use with Express on both sides. To publish a subscription you need
at least the Workgroup edition on the server, see
http://www.microsoft.com/sql/prodinf...-features.mspx

--
Peter Doering [MVP Access]
Dec 20 '07 #3
On Wed, 19 Dec 2007 20:39:45 -0700, Tom van Stiphout
<no*************@cox.netwrote:
>On Wed, 19 Dec 2007 18:19:40 -0500, Fenix Bird wrote:

What I do is to turn on "generate script" (there is a toolbar button
for it) and with each change I save the change script. I give them a
name starting with a sequential number. Then at work I run the scripts
one at a time to update the work database.

-Tom.

>>Hello...

I'm new to MS SQL, so please be nice... LOLOL

I decided to go from Access 2003 with the MS SQL Express Edition (I
really don't need all the features of the full version, if so, I can
buy it in the future). MS Access as the Frond End and SQL as the Back
End.

Right now is installed on a Windows 2003 Server and ready to go.

So my question is, It's possible to also install SQL Express on my
laptop, create and/or test the databases, when ready transfer the
Databases to the server? Something like replication?

I would love to do all my programing at home, when I'm more relax,
then go to work the next day and "replicate" the changes.

If this is possible, can you guys point me in the right direction? Any
suggestions?

I'll really appreciate any help..

Thanks!
I'll give it a try..

Many, many thanks !!
Dec 20 '07 #4
On Thu, 20 Dec 2007 10:22:53 +0100, Peter Doering <no****@doering.org>
wrote:
>Fenix Bird wrote:
>I decided to go from Access 2003 with the MS SQL Express Edition (I
really don't need all the features of the full version, if so, I can
buy it in the future). [...] It's possible to also install SQL Express on my
laptop, create and/or test the databases, when ready transfer the
Databases to the server? Something like replication?

As Tom describes, transferring the schema is easiest by generating scripts.
However, there is a powerful replication feature in SQL 2005, that you
cannot use with Express on both sides. To publish a subscription you need
at least the Workgroup edition on the server, see
http://www.microsoft.com/sql/prodinf...-features.mspx

Many Thanks !!
Dec 20 '07 #5
On Dec 19, 6:19 pm, Fenix Bird wrote:
Hello...

I'm new to MS SQL, so please be nice... LOLOL

I decided to go from Access 2003 with the MS SQL Express Edition (I
really don't need all the features of the full version, if so, I can
buy it in the future). MS Access as the Frond End and SQL as the Back
End.

Right now is installed on a Windows 2003 Server and ready to go.

So my question is, It's possible to also install SQL Express on my
laptop, create and/or test the databases, when ready transfer the
Databases to the server? Something like replication?

I would love to do all my programing at home, when I'm more relax,
then go to work the next day and "replicate" the changes.

If this is possible, can you guys point me in the right direction? Any
suggestions?

I'll really appreciate any help..

Thanks!
Yes it's quite possible.

But being lazy I don't. I "rent" an internet-enabled MS-SQL DB. A
Google search should bring up lots. I think one can rent a web site
hosting servce plus an MS-SQL db for about ten bucks a month.
Why?
It's available to me anywhere there's an internet connection. I can,
but I don't have to, use any of the replication procedures available.
And I never get mixed up about which copy I'm using, nor lose work
because I fumbled the update.
Ah yes! What about security. I rent several of these. One I just keep
to absorb attacks. When the gurus here say, "Never, it's not secure" I
say, "Great, attack my attackable DB, leave a table there with your
name in it." But they are all busy, important men or women and they
have't got around to it yet, Well, they've only had a couple of years.
Dec 21 '07 #6

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

Similar topics

2
by: the friendly display name | last post by:
The 2003 product line, had the standard editions, you could only work with one single language, but, ASP.NET AND windows forms development was possible, and it wasn't that dumbed down. The price...
0
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager...
7
by: Paul Aspinall | last post by:
Hi I have an application which runs on a desktop. I want to synchronise the DB with a PDA app, which also uses SQL Server 2005 (mobile and express). I believe that I will need to write my own...
1
by: QLD_AU | last post by:
Has anyone see the following error ? VS 2005 Installs ok, however the SQL Mobile Edition (part of a full install) fails with the following error ? With Thanks Jason
1
by: Peter | last post by:
I've purchased VS.NET 2005 Standard and have tried to install SQL Server 2005 Express, but get the following error in the error log. Please could someone help me.... Microsoft SQL Server 2005...
4
by: Learner | last post by:
we can download the Management Studio Express for free from MS website. I did the same thing on my personal laptop. But can we develop applications using free downloaded Management Studio and...
4
by: R.A.M. | last post by:
Hello, I am learning SQL Server 2005 Express. I need to test replication but when I run New Subscription Wizard I got error: "There are no publications to which you can subscribe, either because...
4
by: Wolfgang Kraus | last post by:
Hi, i want to create a solution which shall consist of a sql server 2005 - data base (express edition if the following features are available by express edition) and a mobile windows application...
4
by: Amber | last post by:
The installer tells it faild to config db2inst1, the db2setup.err is as following: /usr/share/themes/Clearlooks/gtk-2.0/gtkrc:60: Engine "clearlooks" is unsupporte d, ignoring Jun 15, 2007...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...

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.