Viewing 15 posts - 196 through 210 (of 5,103 total)
sandhyarao49 (4/21/2009)
Hi All,I have a small Doubt .
What does this option in replication represents ā @pre_creation_cmd = N'truncate' ā
Could anyone elaborate it .
Thanks,
Sandhya
What that means is that at...
April 21, 2009 at 2:31 pm
I believe that this is a limitation of "concurrent" snapshot in SQL 2000 but I am not 100% sure.
Can you try the snapshot in "native" mode?
April 20, 2009 at 9:52 am
Edwin (4/17/2009)
I created two index views:
-- t_Table_A_FirstView
-- t_Table_A_SecondView
on the Publisher database instance.
Next, I create a test publications with one article.
Then,...
April 20, 2009 at 9:50 am
Well I don't think it "negates" the purpose of replication in fact you are not the first trying this.
Once you have created the publication all you need to do is...
April 20, 2009 at 9:39 am
Sorry for the delay.
just create a normal job with TSQL task and EXECUTE sp_.... in it.
If there is a failure on the subscriber just make sure that the alert sends...
April 20, 2009 at 9:35 am
The "normal" way is that you call it on a created job in the primary and create an alert on the subscriber.
On the alert you specify your "notification" and you...
April 17, 2009 at 3:46 pm
DBA (4/17/2009)
April 17, 2009 at 2:37 pm
Although the IO "seems" faster the actual plan for the Partitioned table runs a nested loop over each partition. while the Nonpartioned table simply traverse one index btree. To notice...
April 17, 2009 at 1:46 pm
Edwin these script are independent of the use or not of a remote distributor.
These are just run at publisher on the published database.
After you run it. You only...
April 17, 2009 at 1:05 pm
Note that I used a 'pull' subscription and automatic synchronization those two can be different in your case but is all a matter of changing that to your needs.
April 17, 2009 at 11:33 am
Edwin (4/17/2009)
Hi Noeld,Iām not familiar with indexed view logbased. Can you give me some hint?
How to implement the indexed view logbased?
Thanks in advance.
Edwin
UI is probably not good for doing...
April 17, 2009 at 11:31 am
Did you specified on the publication that the indexed view was to be replicated as "indexed view logbased" ?
I don't remember if 2000 supported that option.
Upgrading to 2005+ version...
April 17, 2009 at 8:03 am
\\K
You can definitely do as planned. tablediff.exe is a tool that comes with SQL Server 2005 and you already have it in your harddrive ;-). There are many examples...
April 17, 2009 at 7:42 am
DBA (4/14/2009)
April 14, 2009 at 1:41 pm
Viewing 15 posts - 196 through 210 (of 5,103 total)