Adventures in SQL Server 2005 Replication
So... I'm on a call yesterday afternoon and the topic of replication comes up. Before I can catch myself, my kneejerk response spills out "There has to be a better way to accomplish this than replication!" My colleague is taken aback by the statement. "You're the SQL guy" he says... and I am left to ponder why I reacted the way I did.
So... I ponder it most of the evening and again this morning. And I've reached a conclusion: I reacted because of the trouble I've experienced in the past making changes to SQL Server 2000 published databases.
About half the time, if memory serves, I ended up poking around in a sys% table turning bits off so I could actually make the desired change. This, after dropping the publication while standing on one leg facing East. Yes, it was tricky. And I never attained that warm fuzzy feeling of comfort that accompanies knowing what to expect from the technology.
But it isn't fair to judge SQL Server 2005 by the same standard - which would place me in the same camp as those java folks complaining about things Microsoft fixed last century (a place I choose not to camp).
So... I'm walking through setting up a local pushed publication on my laptop - just to see what it's like.
Issue 1:
Clicking Report, View Report reveals:
Resolution: Change the SQLAgent service properties and start the service:
On to Attempt #2...
Issue 2:
Clicking Report, View Report reveals:
Now I remember Brett, the network guy, telling me I have access to the domain, but I am not a member of the domain. I wonder if this has anything to do with this issue. Hmm...
I check my account properties - I have a local account and I'm a local administrator:
But this isn't the captechventures\aleonard - this is the local aleonard. Checking the local Administrators group, aleonard is in there, but no domain account:
Resolution attempt 2: Since I'm not part of the domain, adding my domain account is out (I can't see it). But I'm prompted to enter a domain\account when setting up the publication... what to do, what to do:
Resolution: Since I cannot see the domain, I use my local machine account credentials.
Success!
I need to work on a method to test the scalability of this architecture, but Step 1 is complete.
:{> Andy
Technorati Tags: Sql Server 2005 Sql Server Replication