Viewing 15 posts - 196 through 210 (of 576 total)
Ok. I have sorted it out!
Firstly, I checked everything that each of you people posted and having done that, it led me to the answer.
I didn't mention to you people...
September 19, 2005 at 6:06 pm
Thanks Peterhe. I had a suspiscion that would be the case.
September 18, 2005 at 5:01 pm
If you want to find out replication info look in the SYSPUBLICATIONS & SYSSUBSCRIPTIONS tables in the user database.
However, if you want to check on the status of Replication, you...
September 14, 2005 at 7:22 pm
To be honest. If this is a production Database I wouldn't even contemplate using SQL on a Windows XP Desktop, nor would I contemplate configuring replication on a MSDE platform.
You...
September 13, 2005 at 10:02 pm
Cool. I learn someting new every day!
Now, what is the problem?
Obviously on a UNIQUE Constraint, it will send the INSERT/DELETE/UPDATE as a pair instaed of a single transaction.
September 13, 2005 at 7:05 pm
You should probably mention
1. The configurations of each Database.
2. The directory SQL Server is installed in.
3. The directory each Database & Transaction Log is located.
4. The directory each Database...
September 13, 2005 at 5:41 pm
I think you need to elaborate here!
What are you talking about?
What does "Deferred Update" have to do with Replication?
September 13, 2005 at 5:36 pm
Is the SQL Agent Service using a Domain Account to start it? If not you will not be able to configure Replication.
September 13, 2005 at 5:34 pm
It would be better if you removed Replication and then set the NOT FOR REPLICATION on the desired Tables. Once that is done, Then set up Replication again.
September 13, 2005 at 5:32 pm
If you have configured Snapshot Replication then by default it will DELETE data on the Subscriber.
How did you set up the Subscriber? It sounds like you have created the Database...
September 13, 2005 at 5:29 pm
It all depends what part of replication is working!
If your wanting to know if the transactions have replicated to the Subscriber & vice versa, then you can intergoate some of...
September 13, 2005 at 5:25 pm
Thanks wz700. Is the JOIN what's called a Derived Table?
August 26, 2005 at 12:39 am
Thanks folks. I will definitely uninstall MSDE first and then install Standard Edition as you have already mentioned, it's a cleaner way of doing it!
August 24, 2005 at 5:18 pm
Have a look and see if the "Auto Close" is set to on for the Database. if it is turn it off.
August 23, 2005 at 7:25 pm
Viewing 15 posts - 196 through 210 (of 576 total)