Is it possible to view and update metadata from SQL Server in SharePoint?
I’m asking because I would like to create a SharePoint site where I have a “library” that can search for all sorts of databases based on keywords, etc… and I would like the metadata of a desired search result (.dbo metadata) to appear and allow it to be editable IN SharePoint (without having to go to SQL Server and do it there- AND at the same time, the changes would automatically register in SQL server as well).
Is this possible?