all groups > sql server replication > november 2006 > threads for november 15 - 21, 2006
Filter by week: 1 2 3 4 5
How to obtain 'Last Database Backup' time from within VB
Posted by Ed White at 11/21/2006 9:48:03 PM
In the SQL Server Mgt Studio, I can look up the database property 'Last
Database Backup', which gives the date and time the DB was last backed up. I
would like to access that info from within my VB 2005 program. What commands
would I use?
--
Ed... more >>
Empty Tables at subscriber without error messages with Transactional Replication
Posted by Volks at 11/21/2006 11:26:34 AM
Hi,
I use a transactional replication and sometimes I realize that all or
some tables at subscriber are empty but the agent history don't log any
error message. All the informations at the publisher is ok. This
morning, I looked to the data at 10AM and all was fine but an hour
after some ta... more >>
Merge replication schema changes
Posted by Mark (WHSCC) at 11/21/2006 6:14:01 AM
I want to implement merge replication between SQL Server 2005 and SQL Server
2005 express. My problem is, when we make table schema changes like adding
and removing columns, we drop and re-create the table. Is there any way that
this methodology can work with merge replication. I know the repl... more >>
Complicated Merge Replication/Trigger problem
Posted by bazza at 11/21/2006 4:03:10 AM
Hi all, we have a complicated merge replication/trigger problem.
Ill try to explain the setup first...
We have 2 SQL Server 2005 servers (called Server1 and Server2 for this
example)
On each Server there is an identical database (called SalesData for
this example) which contains 2 related t... more >>
Error in Distribution Clean Up Agent
Posted by noda at 11/21/2006 1:45:53 AM
=DA=E4=CF=EC
Server 1 SQL 2000 (SP4) Distributor, Publisher
Server 2 SQL 2000 (SP4) Subscriber
Transactional Replication set up between Server 1 and 2.
All the agents are running successfully (Log Reader, Snapshot, Other
Miscellenaous agent...except the Distribution Clean Up Agent
=CA=DA... more >>
Replication & Reindex
Posted by Jude at 11/20/2006 4:59:33 PM
I've read some varying opinions on this topic....
Is it a best practice to stop replicating a database during a =
maintenance window that is doing reindexing?
What is the effect of stopping / not stopping the distribution agent?
--=20
JUDE... more >>
Log reader agent GONE!
Posted by Rob at 11/17/2006 7:40:02 AM
Hi,
My distribution agent failed reporting, "The agent is suspect. No response
within the last 10 minutes". I caught this error a few days later and have
also discovered that the log reader agent is not visible anymore.
Please help.
TIA.... more >>
P2P Replication - Issue in Manual Identity Management
Posted by Lalitha at 11/17/2006 5:45:02 AM
I am using P2P replication between two server. I face a big issue in manual
identity management. I did as follows
Step 1: Built MyDB1 with data in server1.
Step 2:Set up Server1 MyDB1 as Publisher (Followed msdn white paper
p2ptranrepl.doc)
Step 3:Took backup of MyDB1 in Server1 and restore... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Help needed in restoring the document library
Posted by Chaitu at 11/17/2006 4:58:01 AM
Hi,
I am working in the SQL Server 2000 and Share Point Portal Server; we are
maintaining the SQL Backup for all the sites,
one of the users has deleted accidentally a document library from a
particular site. Can you please help me in restoring the particular document
library from the SQ... more >>
Database Being Replicated
Posted by mrprice at 11/17/2006 4:30:01 AM
I need to detect whether or not a database is being replicated. I need to do
this in a script and use the results in an IF statement. Is the best way to
do this by checking the value of category in the sysdatabases table?
Something like this …
IF EXISTS (SELECT * FROM sysdatabases WHER... more >>
Snapshot Error
Posted by Chad Dinerman at 11/16/2006 7:07:54 PM
My server is running SQL 2005 and I'm getting an odd replication error
that I need some help with.
The error is from the Snapshot SQL Agent job and it says "A required
privilege is not held by the client." when I try to run it.
The security log on my server records that the "Run As" account ... more >>
Updating Replicated Objects
Posted by mrprice at 11/16/2006 12:38:02 PM
We have two servers participating in transactional replication (SQL 2000).
The source server is also the distributor. The destination server is getting
a push subscription. When replication was initially setup we let SQL server
do the initial snapshot and syncing.
We now need to update s... more >>
The subscription already exists (HELP !!!)
Posted by Serhat at 11/16/2006 11:03:50 AM
Hi,
We are developing SQL Server Merge replication.
We have one publisher at our head office and 30 subscriber at different
locations.
Our publication server name is PUBLICATIONSERVER.
And all off our subscriber have same name: SUBSCRIBERSERVER.
We can't change subscribers server nam... more >>
Alter column in a database that is a transactional replication publisher
Posted by Chedva at 11/16/2006 8:52:02 AM
When I need to add columns to my publisher in a transactional replication I
use the sp_repladdcolumn. How do I Alter a column with no need to stop and
recreate the replication???
... more >>
Removing a publication when the subscription server does'nt exist
Posted by lukethepunk at 11/16/2006 8:32:02 AM
A while ago we setup transactional repliction between a couple of our
servers. The server that was the subscriber has now been moved to do other
things (but still has the same name, and a copy of sql server installed).
I cant delete the publiction of the publiction server, or try and setup
... more >>
Difference between 2000 and 2005
Posted by max at 11/16/2006 5:08:01 AM
Hello,
do you know defined performance differences between SQL 2000 and SQL
2005?
thanks in advance
... more >>
Slowdown with a filtered merge replication
Posted by max at 11/16/2006 5:07:19 AM
Hello,
i have a filtered merge replication with a few subscribers operative
(SQL 2005). If i insert in a certain runtime about 50k to 80k entrys in
a table, after this it gets awful slowly. One insert takes about 7 and
more seconds (before, it took less than one second). I think it has
somethin... more >>
cannot deliver sp_repldropcolum schema change
Posted by Aline at 11/15/2006 11:23:01 PM
Hello
As our customers use our product often offline, we implemted a sql server
2000 merge replication with msde anonymous subscribers.
With the new product release go some schemachanges, which we implemted with
sp_repladdcolumn and sp_repldropcolumn (e.g." exec sp_repldropcolumn
@source_obj... more >>
Distribution Agent Process
Posted by dgcull at 11/15/2006 3:15:01 PM
Hi,
Our replication topology (currently in design) will use transactional
replication to replicate from a OLTP server (publisher) to a Reporting server
(subscriber) in hope of near realtime results. Not all of the tables require
this though and the plan would be to use snapshot replication... more >>
Web Merge Replication - Different Speeds on Different Databases
Posted by theBainster at 11/15/2006 3:02:49 PM
I have a setup where I merge several databases over the web via merge
replication. The odd thing is that there is one database that is taking an
enormous amount of time, while the others are fine.
For example: the slow database is taking almost an hour to merge 2700 rows,
while one of the oth... more >>
Snapshot agent has become obsolete
Posted by Pintu at 11/15/2006 10:57:02 AM
Hi,
I am seeing the following error when I try to sync my PDA to the server.
"error -2147198698
Message : The snapshot for this publication has become obsolete. The
snapshot agent needs to be run again before the subscription can be
synchronized"
I have 5 PDAs that sync fine to the ... more >>
Move replicated database to a new server
Posted by Serge_belgie at 11/15/2006 3:42:02 AM
I have the intention to move SQLserver (used with dynamic merge replication,
also distributor) from an old server to a new one. Can I copy all the files
to the new server without reconfiguration? ... more >>
|