
Hi ,
I have installed AX 2012 and SQL express 2008 and trying to configure and deploy SSRS reports.
I am not able to deploy the reports.So i have a doubt if AX ssrs works with SQL express edition 2008 or is there any limitation?
regards,
PS.
*This post is locked for comments
I have the same question (0)The question will be what limitations does SQL Server Express pose on your Dynamics AX databases. SSRS on SQL Express is limited to only run against databases running on the Express Instance of SQL Server.
From: msdn.microsoft.com/.../ms365166.aspx
The following list describes how Reporting Services works in SQL Server Express:
* All the server components of both SQL Server Express and Reporting Services are installed on a single server. You cannot store the report server database on a remote server.
* All data sources that provide data to reports must connect to SQL Server relational databases are that are installed on the local instance of SQL Server.
* All reports are processed on demand. Scheduled or unattended report processing is not supported.
SQL Server Express always installs a named instance of the SQL Server database engine. Therefore data source connection strings and Reporting Services URLs must include the instance name.