Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: Insert Into Where NOT Exists

    Thanks All,

    For this use case, I don't care which of the duplicate records gets inserted.

    I don't see the option on this forum page to tag this post...

  • RE: Insert Into Where NOT Exists

    Scott Coleman - Wednesday, January 3, 2018 12:58 PM

    How about changing your primary key to a unique index with (ignore_dup_key = ON)...

  • RE: Insert Into Where NOT Exists

    ok I follow your Table Alias now.

    Yes, fields5-20 represents 15 other individual columns I spared the forum having to read.

    ImpTbl_ComputerInventory is the only Table with data at...

  • RE: Insert Into Where NOT Exists

    Lynn Pettis - Wednesday, January 3, 2018 11:05 AM

    shannonphillips - Wednesday, January 3, 2018 10:36 AM

    January 3, 2018 at 11:46 am

    #1974305

  • RE: Insert Into Where NOT Exists

    I'm sure ya'll season SQL users understand Lynn's ideal, however for this newbie, I have no clue what her [ci2] or [ci1] refers too and can only guess the "Select 1" is some...

  • RE: Insert Into Where NOT Exists

    Looking at the Extended Properties Both say Collation= SQL_Latin1_General_CP1_CI_AS
    And the field types are the same..

    CREATE TABLE [dbo].[ImpTbl_ComputerInventory](
     [Computer Name] [nvarchar](15) NOT NULL,
     [Service Tag] [nvarchar](35) NOT NULL,

  • RE: Insert Into Where NOT Exists

    Not following your references to the Red 1 char or ci1, ci2 ?

  • RE: Insert Into Where NOT Exists

    Ed Wagner - Thursday, December 28, 2017 1:58 PM

    shannonphillips - Thursday, December 28, 2017 1:32 PM

    December 28, 2017 at 2:41 pm

    #1973771

  • RE: Insert Into Where NOT Exists

    Lynn Pettis - Thursday, December 28, 2017 1:59 PM

    shannonphillips - Thursday, December 28, 2017 1:32 PM

    December 28, 2017 at 2:27 pm

    #1973768

Viewing 9 posts - 1 through 9 (of 9 total)