Does SQL Server Migration Assistant for Access preserve the table relationship?












0















I was just migrating the Access database to SQL Server. I was really happy about the fact that it preserves primary key ,sets up auto-increment etc. However, looks like it does not preserve the table relationship. Did I do something wrong while migrating or is there no relationship preservation feature?










share|improve this question























  • What do you mean by 'table relationship'?

    – ryguy72
    Nov 30 '18 at 0:20











  • It is called Database diagrams in SQL Server Management Studio

    – namko
    Nov 30 '18 at 23:37











  • Ah, yes. Well, I guess you do lose that. It's more of a graphical convenience. It's not really a 'hard' setting, like you have with the schemas. I can't think of any setting or control that would preserve those relationships, especially because it's graphical and there can be an infinite number of combinations. I suppose you can re-create those pretty easily, especially if you have 2 monitors, right.

    – ryguy72
    Nov 30 '18 at 23:57
















0















I was just migrating the Access database to SQL Server. I was really happy about the fact that it preserves primary key ,sets up auto-increment etc. However, looks like it does not preserve the table relationship. Did I do something wrong while migrating or is there no relationship preservation feature?










share|improve this question























  • What do you mean by 'table relationship'?

    – ryguy72
    Nov 30 '18 at 0:20











  • It is called Database diagrams in SQL Server Management Studio

    – namko
    Nov 30 '18 at 23:37











  • Ah, yes. Well, I guess you do lose that. It's more of a graphical convenience. It's not really a 'hard' setting, like you have with the schemas. I can't think of any setting or control that would preserve those relationships, especially because it's graphical and there can be an infinite number of combinations. I suppose you can re-create those pretty easily, especially if you have 2 monitors, right.

    – ryguy72
    Nov 30 '18 at 23:57














0












0








0








I was just migrating the Access database to SQL Server. I was really happy about the fact that it preserves primary key ,sets up auto-increment etc. However, looks like it does not preserve the table relationship. Did I do something wrong while migrating or is there no relationship preservation feature?










share|improve this question














I was just migrating the Access database to SQL Server. I was really happy about the fact that it preserves primary key ,sets up auto-increment etc. However, looks like it does not preserve the table relationship. Did I do something wrong while migrating or is there no relationship preservation feature?







sql-server migration access






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 26 '18 at 7:58









namkonamko

1077




1077













  • What do you mean by 'table relationship'?

    – ryguy72
    Nov 30 '18 at 0:20











  • It is called Database diagrams in SQL Server Management Studio

    – namko
    Nov 30 '18 at 23:37











  • Ah, yes. Well, I guess you do lose that. It's more of a graphical convenience. It's not really a 'hard' setting, like you have with the schemas. I can't think of any setting or control that would preserve those relationships, especially because it's graphical and there can be an infinite number of combinations. I suppose you can re-create those pretty easily, especially if you have 2 monitors, right.

    – ryguy72
    Nov 30 '18 at 23:57



















  • What do you mean by 'table relationship'?

    – ryguy72
    Nov 30 '18 at 0:20











  • It is called Database diagrams in SQL Server Management Studio

    – namko
    Nov 30 '18 at 23:37











  • Ah, yes. Well, I guess you do lose that. It's more of a graphical convenience. It's not really a 'hard' setting, like you have with the schemas. I can't think of any setting or control that would preserve those relationships, especially because it's graphical and there can be an infinite number of combinations. I suppose you can re-create those pretty easily, especially if you have 2 monitors, right.

    – ryguy72
    Nov 30 '18 at 23:57

















What do you mean by 'table relationship'?

– ryguy72
Nov 30 '18 at 0:20





What do you mean by 'table relationship'?

– ryguy72
Nov 30 '18 at 0:20













It is called Database diagrams in SQL Server Management Studio

– namko
Nov 30 '18 at 23:37





It is called Database diagrams in SQL Server Management Studio

– namko
Nov 30 '18 at 23:37













Ah, yes. Well, I guess you do lose that. It's more of a graphical convenience. It's not really a 'hard' setting, like you have with the schemas. I can't think of any setting or control that would preserve those relationships, especially because it's graphical and there can be an infinite number of combinations. I suppose you can re-create those pretty easily, especially if you have 2 monitors, right.

– ryguy72
Nov 30 '18 at 23:57





Ah, yes. Well, I guess you do lose that. It's more of a graphical convenience. It's not really a 'hard' setting, like you have with the schemas. I can't think of any setting or control that would preserve those relationships, especially because it's graphical and there can be an infinite number of combinations. I suppose you can re-create those pretty easily, especially if you have 2 monitors, right.

– ryguy72
Nov 30 '18 at 23:57












0






active

oldest

votes












Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53476807%2fdoes-sql-server-migration-assistant-for-access-preserve-the-table-relationship%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53476807%2fdoes-sql-server-migration-assistant-for-access-preserve-the-table-relationship%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Wiesbaden

Marschland

Dieringhausen