CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jun 2008
    Posts
    7

    Question Transactional publication with updatable subscription

    Good day.

    Regarding with SQL Server 2008 replication, is it really like this that whenever i insert records from the subscriber, the primary key starts with 200001?

    My method is: "Transnational publication with updatable subscription". thanks


    please see the screenshots

    Name:  Capture.PNG
Views: 73
Size:  4.7 KB

    Name:  Capture2.PNG
Views: 54
Size:  4.1 KB



    my table: CREATE TABLE parts (
    [id] [bigint] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL,
    [text] [varchar](max) NOT NULL)
    Last edited by leetkrew; October 10th, 2016 at 06:07 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured