Forum Replies Created

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

  • RE: Transfer Database Data

    Thom A - Sunday, September 24, 2017 11:19 AM

    If they're not nullable in the new database, then have nullable columns with...

  • RE: Transfer Database Data

    Phil Parkin - Sunday, September 24, 2017 6:23 AM

    OK, did you consider adding the new columns to the old DB and then...

  • RE: Transfer Database Data

    Phil Parkin - Sunday, September 24, 2017 6:12 AM

    Messi - Sunday, September 24, 2017 1:33 AM

    September 24, 2017 at 6:19 am

    #1960639

  • RE: Change Primary Key In Master Detail

    i have done it in other way

    i checked UPDATE RULE to CASCADE in relationships in MASTER TABLE

    by CASCADE property set.. when we change primary key in MASTER TABLE all...

  • RE: Duplicate Record In Result

    ChrisM@Work (8/23/2016)


    You have two rows in each table where Risk_01_Id_Num = '201600015'. Your result set with four rows is expected behaviour. If you wish to limit the result set to...

  • RE: Change Auto Backup DB's Names

    ThomasRushton (8/3/2016)


    Define "weird naming convention" for the backup files?

    like the generated .bak files have 7-8 digits randomly generated at the end of name before the .bak 😛

  • RE: Select Names Based In Ids

    Luis Cazares (8/1/2016)


    To do what you're asking for, you need to split the values and store them in individual rows. Of course, you can split them and join them again...

  • RE: Select Names Based In Ids

    Eirikur Eiriksson (8/1/2016)


    Quick question, can you post the DDL (create table) for the tables, sample data as an insert statement and the expected result set. This problem is trivial but...

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