Viewing 2 posts - 1 through 2 (of 2 total)
this is one of my table in database design
USE [test]
GO
/****** Object: Table [dbo].[Account] Script Date: 11/05/2020 11:18:58 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Account](
[id] [int] NOT NULL,
[dscrm] [nvarchar](20) NOT NULL,
[ObjVer]...
November 5, 2020 at 7:53 am
Thanks for your reply
Which replication method can i use to do this without overwrite another database data?
And what can I do with pk column conflict in table?
I tried use merge...
November 4, 2020 at 7:31 am
Viewing 2 posts - 1 through 2 (of 2 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy