Viewing 7 posts - 1 through 7 (of 7 total)
this seems to be a bug in replication snapshot creation. we ended up changing the table to
CREATE TABLE [TimeSlices].[BaseDate](
[PK_Integer] [int] IDENTITY(1,1) NOT NULL,
[TargetDate] [date] NOT NULL,
CONSTRAINT [PK_BaseDate] PRIMARY KEY...
May 12, 2010 at 10:07 am
yes, i am replicating between sql2008 and sql2008.
regards,
May 12, 2010 at 12:26 am
for development and unit testing we are replicating on the same server.
for QA and production we are replicating between 2 or more servers then.
regards,
Chris
May 11, 2010 at 9:06 am
thank you very much, thats the solution
June 24, 2009 at 8:14 am
thanks a lot for your help, we will go with XML then
March 20, 2007 at 7:13 am
one of the scenarios we are dealing with is updating or inserting rates for flights for the next year. this has multiple different rates for business, economy, loyalty programs,... so...
March 20, 2007 at 6:54 am
we wanted to avoid the additional coding for the XML and also the overhead of the XML.
therefore we chose this solution. but obviously this doesnt work with MS SQL 2005.
March 20, 2007 at 6:30 am
Viewing 7 posts - 1 through 7 (of 7 total)