The sqlserveragent tag has no wiki summary.
1
vote
1answer
113 views
Can you use a relatively expensive filter on transactional replication?
I'm trying to replicate (transactional, push) a relatively small table (50K rows), subject to several different filters, which are rather expensive (each taking at least an hour long to complete, ...
1
vote
1answer
169 views
MSSQL2008-R2 Scheduled Job Infinite Loop
I have two very similar jobs on a SQL2008r2 instance. Each one selects data from one of two structurally identical tables and exports it to one of two SQLAzure databases with the same schema every ...
0
votes
1answer
337 views
Error SQL Server 2005 Using Proxy to run Agent Job ConnGetProxyPassword
I'm using a proxy to run several SQL Server agent jobs.
Essentially the jobs copy data from Excel spreadsheets into a dbs via a network shared drive.
The jobs have been failing for several weeks with ...
0
votes
0answers
64 views
SQL Job to run 5 consecutive Push Sync's
I am trying to set up a SQL Job to run 5 different Push Sync's to my Re-Publishing Servers. To be clear, I have 4 Re-Publishers and each of those has 5 different Replication Sets. I created a Job ...