I'm working on an Access database that people have developed over the years. Relationships and data integrity haven't been set up correctly. The mdb's are getting corrupted everyday in addition to many other problems. Hesitant of moving it to SQL Server as no one has clear as to how it will affect the entire application (numerous people have created their own Access front-end's that link to the data.
I'm trying to link the SQL Server tables to the Access tables and want to slowly convert everything over to ASP.net, part by part. But I want to ensure everything continues to work in Access, while I work on the ASP.net application with the SQL Server data in the back-end.
Basically, users continue to use their Access mdb's, while all the data that is inputted into the Access db will update the SQL Server table. All articles seem to link table to dump data onto SQL Server.
I've also posted this in SQL Server: Programming and ASP.net forums
I'm trying to link the SQL Server tables to the Access tables and want to slowly convert everything over to ASP.net, part by part. But I want to ensure everything continues to work in Access, while I work on the ASP.net application with the SQL Server data in the back-end.
Basically, users continue to use their Access mdb's, while all the data that is inputted into the Access db will update the SQL Server table. All articles seem to link table to dump data onto SQL Server.
I've also posted this in SQL Server: Programming and ASP.net forums