Viewing 15 posts - 1,381 through 1,395 (of 2,840 total)
Probably your DB is set in compatibility level 10. I just got one stupid question... What version of the SSMS are you using? Is it still SSMS 2005 version or...
-Roy
January 29, 2010 at 7:04 am
If I am not mistaken the only password you have to provide is the SQL User the system uses when setting up distributor and publisher. It is more like set...
-Roy
January 29, 2010 at 6:14 am
Mohammad Irfan-488206 (1/28/2010)
Thanks, I am creating the scripts, still thinking how to come over the security..
What part of security are you concerned about? Maybe someone can help you...
-Roy
January 29, 2010 at 5:55 am
Actually using service broker is quite easy. The SQL Server does all the work for you. Also helps maintain data concurrency since it works with transactions. (Atleast from what I...
-Roy
January 29, 2010 at 5:53 am
Are you restoring the back up with Keep replication option?
Even if you are I think you will still fail since the publisher and subscriber DB are out of Synch....
-Roy
January 28, 2010 at 12:52 pm
Out of the two ideas that you have floated, I guess the Service broker is the best.
Take a look at power Shell, You might be able to do quite...
-Roy
January 28, 2010 at 12:42 pm
You all are talking about Live meeting.... Let me gloat a bit.
Jimmy may is coming in mid February to give a presentation for our chapter... Yes..!!!!!!!!!
Niw I have finished...
-Roy
January 28, 2010 at 11:35 am
He has added more business rule to it. Just asked him to provide samples. let us see if he is willing to give more info... 🙂
-Roy
January 26, 2010 at 2:15 pm
Now your requirement has changed slightly. For you to get better help from the people here, you will have to provide the table structure, Sample data , what is the...
-Roy
January 26, 2010 at 2:13 pm
How come you set it up as once every 5 min? That makes the distribution commands grow and thus causing the problem. You could set the distribution as immediate.
Also are...
-Roy
January 26, 2010 at 6:53 am
Actually in Windows 2008 it has changed a bit.
As per Technet
In Windows Server 2008, you can create multiple DTCs in a failover cluster using the following steps:
...
-Roy
January 26, 2010 at 6:18 am
What I would suggest you to do is to get rid of the @@error to catch errors and use TRY Catch instead. It is much more easier to use.
-Roy
January 25, 2010 at 11:58 am
No, there is no need to reinitialize the subscription. There are two requirements though. The column added should either be NULLABLE or should have a default constraint.
-Roy
January 25, 2010 at 11:25 am
jshailendra (1/25/2010)
Only Insert, Update, Delete commands are traversed from Publisher to Subscriber
That is applicable only in SQL 2000 or below. From SQL 2005 onwards, alter commands get replicated as well.
-Roy
January 25, 2010 at 11:22 am
As long as the SA user name and password is out there, your security is shot into tiny pieces what ever application you put. You could try putting a firewall...
-Roy
January 25, 2010 at 11:20 am
Viewing 15 posts - 1,381 through 1,395 (of 2,840 total)