Viewing 15 posts - 976 through 990 (of 1,157 total)
kwoznica (5/18/2011)
Thanks for the response.
If a primary key exists but is not the identity field does that matter?
is the snapshot only created once, during the initial stages of the...
May 18, 2011 at 7:44 am
Perry Whittle (5/18/2011)
MysteryJimbo (5/13/2011)
Windows 2008 includes enhancements for geographically dispersed clusters and across subnets and requires no additional software.
IIRC Windows 2008 can but SQL Server as an application cannot, worth...
May 18, 2011 at 4:42 am
I dont get it. You CAN publish a table and filter vertically.
i.e. decide which columns to replicate along with the PK.
Are you able to explain further as...
May 17, 2011 at 1:38 pm
As this is centrally updated you would want to go with either transactional or snapshot. You can eliminate snapshot if the data is need 100% of the time or...
May 17, 2011 at 1:35 pm
azhar.iqbal499 (5/17/2011)
1. Is there any disadvantage if we use table partitioning feature
There are always pros and cons. In this case there is a management and set up overhead as...
May 17, 2011 at 9:39 am
happycat59 (5/16/2011)
May 17, 2011 at 9:13 am
colin.Leversuch-Roberts (5/13/2011)
windows clusters have never been able to be load balanced for sql server and as this is a sql server forum my answer was correct.
and that was my...
May 13, 2011 at 9:55 am
Roy Ernest (5/13/2011)
Pankaj Shere (5/12/2011)
May 13, 2011 at 9:48 am
colin.Leversuch-Roberts (5/13/2011)
yes
Strictly speaking no.
Syed Jahanzaib Bin hassan (5/13/2011)
May 13, 2011 at 7:16 am
100% yes. TSQL is the only way to go.
logshipping
http://msdn.microsoft.com/en-us/library/ms188708.aspx
replication
http://msdn.microsoft.com/en-us/library/ms147855.aspx
mirroring
May 13, 2011 at 4:04 am
Pankaj Shere (5/12/2011)
May 13, 2011 at 3:55 am
You can set up a subscription with no snapshot requirement.
When you script the subscription, change this
@sync_type = N'automatic'
to this
@sync_type = N'none'
and run this on the publication database to generate...
May 13, 2011 at 3:52 am
IMO the most efficient method (least down time but more work) would be to setup logshipping of the dbs to the new server.
Followed by:
Create the logins on the...
May 12, 2011 at 7:27 am
You cannot keep more data at the subscriber. All deletes on the publisher would be replicated.
You "could" do this with replication to a degree. It would involve preventing...
May 12, 2011 at 4:06 am
I've seen doubletake software used in the past
May 12, 2011 at 3:56 am
Viewing 15 posts - 976 through 990 (of 1,157 total)