Viewing 15 posts - 76 through 90 (of 5,102 total)
Pei Zhu-415513 (2/2/2010)
Not sure what kind of security problem it could be if you use it properly, say use proxy account.
A proxy account can "limit" the effect but because you...
February 2, 2010 at 8:21 am
Check your connection settings in SSMS .... make sure you have the required connection settings as specified by the Error
January 21, 2010 at 8:56 am
go to publisher and execute
exec sp_removedbreplication @dbname = 'dbname'
go to subscriber and execute
exec sp_removedbreplication @dbname = 'dbname'
Recreate your replication from the wizards as usual.
--good luck
January 21, 2010 at 8:54 am
you will need "PULL" subscription instead of push.
January 12, 2010 at 3:02 pm
2008 can be subscriber perfectly well. I have used this in the pass to "upgrade" SQL Server boxes.
January 12, 2010 at 3:01 pm
Search for open schema design or EAV model ... there are a lot of discussions about this.
-Noel
January 12, 2010 at 2:43 pm
This is one of the things that you can verify easily in 2008.
When you create a publication on a database and replicate ddl statements is "on" your database gets 4...
January 12, 2010 at 1:45 pm
As far as I know there is no control (at user level) on how sp_addarticle works from transaction isolation level perspective.
Adding articles to a publication does generates some DDL...
January 12, 2010 at 1:00 pm
Again: why are you "adding" articles multiple times ?
January 12, 2010 at 12:22 pm
I was talking about replication snapshot.
If you are initializing using db backup you are then *not* having problems at "replication initial snapshot" time.
Because the snapshot is actually never run!
Now...
January 12, 2010 at 12:03 pm
You shouldn't be using status bits directly the translations are mostly spread out into separated columns now for easier use.
That said:
January 12, 2010 at 11:51 am
What snapshot initialization mode are you using?
January 12, 2010 at 11:38 am
What I still don't get is "What does all of this has to do with SQL Server ?". It looks like a completely independent product. Sure you can insert into...
November 25, 2009 at 8:45 am
Viewing 15 posts - 76 through 90 (of 5,102 total)