how can I do a simple report on SharePoint 13? (reading data by a SQL Server).
Is there a way to put the data directly into a list?
I heard about BDC how does it work?
Thanks
SQL Reporting Services on SharePoint 2013 is a complex arrangement that also depends upon the version of SQL Server (2008/2012/2014). Reporting Services needs to be configured for the SharePoint integrated mode.
Some links to get you started -
Reporting Services with SharePoint Integration (TechNet) http://technet.microsoft.com/en-us/library/ee210649(v=sql.105).aspx
Installing and configuring SQL Reporting services on SharePoint 2013 (MSDN blog post) http://blogs.msdn.com/b/biblog/archive/2012/12/04/installing-and-configuring-sql-reporting-services-on-sharepoint-2013.aspx
Reporting Services SharePoint Mode Installation (MSDN) http://msdn.microsoft.com/en-us/library/cc281311.aspx
SharePoint Business Connectivity Services (BCS) brings external data into the SharePoint farm and is also bidirectional (two-way) in which it can also update the external source. Whereas, the prior version BDC (Business Data Connectivity) would only bring in data.
Few links on SharePoint BCS -
Overview of Business Connectivity Services in SharePoint 2013 (TechNet): http://technet.microsoft.com/en-us/library/ee661740(v=office.15).aspx
SharePoint 2013: Business Connectivity Services (BCS) improvements – Introduction (comprehensive blog series): http://zimmergren.net/technical/sharepoint-2013-business-connectivity-services-bcs-improvements-introduction
BCS is the answer.
Creating an External Content Type
Creating External List