What Day is this?

  • I tried to searc for the answer but have come up empty. COuld someone tell me what datatype is being used in this error message for the times (assumed to be a date time?

    Error Message: The OLE DB provider "SQLDBPROV" for linked server "SSQLALPHA"
    reported a change in schema version between compile time ("186839690094804") and run time ("186852574981615")
    for table ""ALPHA17"."dbo"."TTVA"".

    Thank you!

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • paging @gilamonster

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • I think those numbers refer to the schema versions, not the compile time and run time.

    John

  • MothInTheMachine - Wednesday, February 13, 2019 7:14 AM

    I tried to searc for the answer but have come up empty. COuld someone tell me what datatype is being used in this error message for the times (assumed to be a date time?

    Error Message: The OLE DB provider "SQLDBPROV" for linked server "SSQLALPHA"
    reported a change in schema version between compile time ("186839690094804") and run time ("186852574981615")
    for table ""ALPHA17"."dbo"."TTVA"".

    Thank you!

    Bottom line here, is, a schema change occurred, in the timeframe specified, and that kind of thing can and will cause problems.

    Steve (aka sgmunson) 🙂 🙂 🙂
    Rent Servers for Income (picks and shovels strategy)

  • thing with these "schema changes" is that many times they do not affect the code - one possible way to avoid this error in some cases is to set "lazy schema validation" on your linked server to true.
    Where the schema change breaks the code it will still be caught.

  • All good information, and appreciated but still don't know what these digits represent.

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • MothInTheMachine - Thursday, February 14, 2019 6:32 AM

    All good information, and appreciated but still don't know what these digits represent.

    Pretty sure those are schema version numbers.   Not much you could probably do with them, either.

    Steve (aka sgmunson) 🙂 🙂 🙂
    Rent Servers for Income (picks and shovels strategy)

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply