InterviewSolution
Saved Bookmarks
| 1. |
Which is the most serious issue after migration of access database to SQL Server?(a) Auto-increment columns are not updated until the record is updated(b) Slow performance with linked tables(c) New records are not available(d) You cannot modify a linked table schema with AccessThis question was posed to me during a job interview.I would like to ask this question from Access With Sql Server topic in portion Data Connectivity of SQL Server |
|
Answer» RIGHT ANSWER is (B) Slow performance with linked tables The EXPLANATION is: Some QUERIES might be slow after upsizing. |
|