SQL CE Merge Synchronising Schedule

Jun 27, 2007

Hello guys,



I'm stumped. Is there a way to get a compact edition client (running on a standard PC) to automatically sync. (using merge replication) with a server on a schedule?



I can quite happily pull up SQL Managerment Studio and sync. on the client, but I want to have something running in the background basically doing this for me (again, on the client). I know I can do it in code, but we've not yet received our Visual Studio package, so for the moment, I want something already written to do it for me.



Surely this must be possible?



Thanks in advance!

View 8 Replies


ADVERTISEMENT

Synchronising Via HTTPS

Dec 1, 2005

Hi,

View 4 Replies View Related

Synchronising Logins(Urgent)

Nov 19, 2001

Hello,

I've installed development server and created the databases, and restore the ddatabase from backups of production server, There the users in the databases which are not in sysxlogins in master, Please guide me how I can synchronise the logins? Can I bcp out sysxlogins from development and then bcp in in development server? Is there any way there even groups in the database and do I have to corncern about any other tables in master db


Thanks in Advance

Alpa

View 3 Replies View Related

Synchronising Databases With Different Schemas

Apr 28, 2008

Hey folks,

I'm looking to gather ideas on this before I start the project; so what better way to start than to ask here? ;)

The situation is this: we are in the process of replacing a large data driven application with a new one. Before turning the old'un off (that's not for a minimum of 6 months), we need to migrate data between the two entirely different schemas, and I've been tasked with writing the interfaces.

Now, here comes the kicker; they don't just want a "straight-forward data conversion", they want to run a period where they can still update both databases and any changes in the old one are to be pushed into the new db.

Because the schemas are not the same, I believe replication is out of the question so I was looking for advice as to what possibilies I have ahead of me to achieve this.

I fear I may not have expained this well enough; so as always if there are holes in the detail let me know and I'll do my best to fill them in :)

Old db = SQL Server 2000
New db = 2005

Thanks,
George

View 13 Replies View Related

Synchronising With Remote Server

Dec 25, 2005

HiWe have an internal ms access database which we need to synchronise with ourwebsite with sql server 2005 backend which is hosted on a public host. Myquestion is; is there a way to keep the two databases synchronised using thetechnologies built in sql server 2005 and/or access? We also have thepossibility of an in-house sql server 2000. Can this be used in anyway tohelp, perhaps by moving data from in house access to in house sql server2000 and then synching sql server 2000 and remote sql server 2005?ThanksRegards

View 1 Replies View Related

SYNCHRONISING XDA MINI S WITH PC USING VISTA

Jan 23, 2008

I have a problem synching my xda mini s with my pc using vista. A previous thread was unhelpfully closed by Ilya as being off topic; well it isn't on topic anywhere else. At least not according to microsoft's own search engine. Ilya, why not try giving a helpful answer instead of 'not my problem'? My xda will not synch using vista; XP and ActivSync has been perfect. I've tried installing mobile device centre version 6.1 but I suspect vista isn't compatible with Windows mobile version 5.1. Should it be? If not, is there a patch or is upgrading to vista going to cost another couple of hundred pounds to get a compatible mobile device? If so, I'm off to a different operating system. Perhaps, like many others, back to XP and let Microsoft continue to dither around and experiment on others.

View 1 Replies View Related

Synchronising Data Between 2 SQL Server 7 Databases - Help ;o)

Oct 4, 2001

Hi, can anyone point me in the right direction of how to sync an in-house SQL Server 7 with a remote SQL server 7.

We are a development house. We build website using SQL server 7 databases then move them up to an entirely different SQL server 7 database in a remote location.

Now, please don't laugh, currently we export all the data from the development server into a csv and import it back into the live server. As you can imagine, it's clunky, time consuming and unreliable.

Is there a way to automatically sync the two? I tried desperately to find any information but even the MicroSoft MCSE training manual on SQL doesn't say how to do this.

Any help would be greatly appreciated.

Thanks in advance.

Chris

View 1 Replies View Related

Synchronising/replicating Access With Sql Server

Dec 28, 2005

HiIs there a way to synchronise/replicate an access db with sql server 2000db, short of writing the code oneself?ThanksRegards

View 1 Replies View Related

Synchronising Data Between SQL 2000 32 Bit And SQL 2005 64 Bit Servers

Nov 17, 2006

Hi

I have a production system running sql 2000 server 32 bit

Now i am planning to move to SQL server 2005 64 bit setup .

I need to have a set up of both SQL 2000 and sql 2005 in parallel for some time until it is sure that the sytem can completly move .

The problem is how do i synchronize the data in the two servers when they are operating parallely.....

Please advice.

Thanks in advance......

View 1 Replies View Related

Synchronising SQL CE Database With SQL 2000 Using Active Sync In 2003

Feb 8, 2007

HI ,

I Created one database named login.sdf in sql Ce ,i created one table login having two fields (username and password).it is working well.I trying to synchronise these with SQL2000 using Active sync.it is not working ..And one more things ,i tried to connect the default pocket PC 2002 emulator with Active sync.it is also not working.can anybody give some solution for these problem

Thanks in Advance

Regards

Ihsan

View 8 Replies View Related

Merge Repliction - Run Stored Procedure When Merge Agent Starts

Jul 23, 2005

I have database on SQL Server 2000 set up with a merge publication.This publication is configured with a number of dynamic filters toreduce the amount of data sent to each client. Each client has ananonymous pull subscription. The merge process can be triggered by thewindows sync manager and my application.To improve performance I have created some helper tables to hold themapping between user login and primary keys of selected entities.For the replicated data to be correct the contents of the helper tablesneeds to be up to date.I need to fire off a stored procedure on the publisher beforereplication starts to verify that this data is up to date. I can notsee any documented way of doing this however I have been experimentingwith some unorthodox systems.Firstly has anyone any ideas?I have been considering adding a trigger to some of the tables used bythe Microsoft replication code - yes I know this is very nasty.My problems arise because executing this stored procedure will causesome data to be updated. In updating data we could create a newgeneration in the database. I must therefore run my stored procedurebefore any the Microsoft code makes any generation checks / updates.Anyone done anything similar, Anyone have any better ideas?Any comments would be gratefully received.

View 1 Replies View Related

Change A Merge Subscriber To Become A Merge Publisher

Aug 16, 2004

Hi,

I'm using merge replication to maintain a backup copy of my main (publisher)MSDE database. A push subscription periodically (1 per minute) updates the backup DB.
It's intended that if the main db goes down then the backup (subscription) db can be configured as a publisher. This must all be performed via scripting.
The initial configuration of the main publisher and subscription is controlled via scripting, which works fine.
The problems occur when I try to configure the subsciber to become a publisher. A script is executed on the subscriber but fails at the point when it's configuring the publisher detail. The error is something like "unable to configure a publication for a database setup as an anonymous subscription".
I'm guessing that there are subscritpion artifacts added to the database which need to be removed before it can be configured as a new publisher.

Please help,
Jez W

View 1 Replies View Related

How To Schedule A Job Using ASP

Jan 25, 2008

http://msdn2.microsoft.com/en-us/library/aa177009(SQL.80).aspx
i need to schedule asp code execution using SQL Stored Procedure ...im not allowed to connect using Enterprise Manager is it possible in ASP and in case how?

View 1 Replies View Related

How To Schedule The Job?

Jun 17, 2008

 
Hi all,
   I want to make a job schedular in SQLServer 2005. That is i want to send email to users daily at 12:00 PM.
how can i schedule using SQLServer Agent in SQLServer 2005. And i want to filter the users from user table. Please help me 
Thanks!

View 1 Replies View Related

Job Schedule

Jul 17, 2001

Hello,

I would like to schedule a job every 30 sec. The min time in job schedule is it allows 1 min. Is there a way I could run the job every 30 sec.

Thanks

Moin

View 3 Replies View Related

Job Schedule

Jul 20, 2000

How Do I schedule Sql server Jobs in interval of Seconds in place on minute/Hours? Is it possible in Sql Server?
Thanks..

View 1 Replies View Related

DTS Schedule

Dec 11, 2000

Hi

I have lots of DTS Packages that I am running manually daily and I am trying to create schedule all of those and all of them are failing. Some of those are accross domians,but the owner on both domains have same userId and password.

Any Idea why this is failing would be really helpful

thanks in Advance
taapas

View 1 Replies View Related

DTS Job Schedule

Jan 17, 2002

Hi

I would like to import data via DTS from one db to another to run every half hour.What would be the easier way to do this?Should I setup a job to run every half hour?

If anyone could help with some suggestions , it would be appreciated.

View 1 Replies View Related

Schedule An EXE Job

Jun 21, 2001

When I try to schedule a DTS package which is an EXE it doesn't run.
If I just run the DTS package it works fine.
I have checked the permissions of the DTS scheduled package and made sure
it had proper rights. SQL Server Services were started with the proper security rights.
When I schedule the DTS package, it is being done on the Server, and not a workstation.
Any ideas on why it will not run?...

Also, How do you schedule and EXE under SQL Server Agent Jobs.
Even when I schedule an EXE that is not a DTS package it doesn't run...

Thanks,

Daniel

View 1 Replies View Related

Sql To Schedule A Job

Jun 19, 2008

Can any one tell me how to schedule a job using sql query

View 2 Replies View Related

Job Schedule

Sep 27, 2006

is there a way to make a job schedule that running store procedure for msql express ?

i'd like to make a time counter that will update every minute.

thanks

View 1 Replies View Related

Job Schedule

Mar 16, 2007

I have almost completed a full project by myself which is soooo exciting. The last thing I need to do is schedule a job to run the query on a specific day and time. So how do I do this? It asks me for a command and I am not sure what I am supposed to enter in here.

The Yak Village Idiot

View 7 Replies View Related

Schedule An Sp To Run

Jun 5, 2007

How could I get an sp to run every morning at 1.00am. It would delete empty entries from a sql database.

Thx

View 2 Replies View Related

Schedule DTS

Nov 1, 2007

Im trying to schedule a DTS package that I have created. When I right click on the package in Enterprise Manager and click on "Schedule" I get the options to set up the job to run on a schedule.

I fill out the time and click "OK". But when I immediately right click on the package again, all my settings are gone, and the defaults are back in place.

How do I know if the package will run- or if it did run?

I would actually prefer to run the job from a command line using a Scheduled Task... What would the syntax be? My DTS Local Package is named "IMPORT_DAILY_UPDATE"

Thanks

View 2 Replies View Related

Job Schedule

Nov 8, 2007

on ss2k5, how do you find out if sql job schedule is enable using QA?




http://www.sqlserverstudy.com

View 5 Replies View Related

Schedule

Jul 20, 2007

How is it possible to schedule a SSIS package to run at a certain time please?

View 13 Replies View Related

Schedule A Job

Jan 9, 2008

Hi all,

I create a new in SQL Server Agent. However, When I click start Job at step, the first step start immediately,not the schedule I set. So How can do I make it to run at the schedule time?

Thank you

View 7 Replies View Related

Schedule DTS Package

Mar 5, 2004

I have MS SQL installed on my workstation at work. I am trying to use DTS to export data from our local network that uses a Pervasive DB to our web server that is hosted with another company.

If I go in and manually execute the DTS package from my workstation, it send the data to the web server.

If I try to schedule the DTS Package to automatically send the data, it fails. SQL Server Agent is running on my workstation and on the web server.

Is what I am trying to do possible? What am I doing wrong?

View 1 Replies View Related

Schedule Representation

Sep 14, 2004

Kinda general question -but before I embark on my own design I thought I ask around. . .

What I want to design is database representation of a schedule of a roster. For instance a school roster. I hope I am not being too general here.

View 1 Replies View Related

Schedule A Job A Sql Server

Aug 2, 2005

I want to create a job to run once a week in sql server agent jobs.  Setting up the the job to run is no problem.  I want the job to run a sql statement that will retrieve sql.  I then want the records to be inserted in a txt file.   What is the best way to accomplish this.

View 2 Replies View Related

Pack Will NOT Schedule......

Nov 4, 2005

anyone ever encountered this....i have a package which will execute fine manually but when i try to schedule it, it fails immediately (within the first second).i can even right click on the scheduled package and do "generate sql script" and then run that script and again, no problem. it just will NOT schedule.any ideas?

View 3 Replies View Related

Can't Schedule DTS Package

Mar 19, 2001

Hi All

I'm having problems scheduling a DTS package.

The server is SQL 7 sp2 running on NT4 sp5. The only other twist is that it's at a remote site that I connect to via NT Dial-up.

When I choose the 'Schedule Package...' menu option I get the normal dialog to set frequency etc... but the job isn't created.

Any guidence at all would be most appreciated.

Thanks
Phill

View 1 Replies View Related

DTS Schedule Problem

Mar 23, 2000

I create DTS package and when I want to schedule the package an error occures. The message says :
Microsoft SQL-DMO
Connection user failure (null)
Non associate to a secured SQL server link

Do you know what happened ?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved