Started 2 weeks, 5 days ago (2009-11-27 13:10:00)
by krishnarajeesh
>
Make sure the log reader agent is up. Also try to run the
snapshot again. Is the error popping in the initial setup itself ? If yes re-snapshot should solve the issue. Pls let us know the SQL Server versions as well. Thanks, Krishna Rajeesh www.SQLServer.in Blogs.SQLServer.in
Started 6 days, 10 hours ago (2009-12-10 09:35:00)
by russell
>
neither. you don't insert into computed columns. the table definition should be the same on the
subscriber as on the publisher.
Started 2 weeks, 4 days ago (2009-11-28 04:22:00)
by russell
>
what is the current status of the snapshot agent?
Started 2 weeks, 5 days ago (2009-11-27 01:11:00)
by tkizer
>
Why is this urgent? Production doesn't seem to be down. Late on your homework? Tara Kizer Microsoft MVP for
Windows Server System - SQL Server http://weblogs.sqlteam.com/tarad/ Subscribe to my blog "Let's begin with the premise that everything you've done up until this point is wrong."
Started 3 weeks ago (2009-11-25 13:54:00)
by dinakar
>
Yes. it should work in either direction. Just make sure the distributor is at least same version as publisher. Dinakar Nethi ************************ Life is short. Enjoy it. ************************ http://weblogs.sqlteam.com/dinakar/
Started 3 weeks, 2 days ago (2009-11-23 09:49:00)
by krishnarajeesh
>
Hello, Setup a simple replication in your local system may be. Start with GUI. Once setup generate sql scripts for the created replication & go through them. This will give you an understanding on whats happening through coding. A good place to start is http://www.devarticles.com/c/a/SQL-Server/Replicat ion-SQL-Server-2000--Part-1/ Thanks,
Krishna www....
Started 3 weeks ago (2009-11-25 14:19:00)
by tkizer
>
You could use
bcp.exe to move the data around. Tara Kizer Microsoft MVP for Windows Server System - SQL Server http://weblogs.sqlteam.com/tarad/ Subscribe to my blog "Let's begin with the premise that everything you've done up until this point is wrong."
Started 4 weeks ago (2009-11-18 10:48:00)
by RickD
>
quote: - i know than in a
replication, its recommanded than dailly to perform a snapshot replication also, for that the integrity and consistency of data This is definitely not recommended in the real world. The only time you should be snapshotting is if there are structure changes or you have serious problems with replication. Other than that, what is your ...