I have an SSRS
project that was created in VS2008
with several reports. These reports are deployed to ReportServer for
Sql Server 2008` in a remote server.
After receiving the VS2013
compatibility warning in my workstation, I successfully opened the SSRS
project in VS2013
and opened an RDL.
With that said, let's say I modify the RDL, what are my options to deploy this new report to the ReportServer in
Sql Server 2008`?
I also have the SQL Server 2012
MSDN media. Would updating SQL 2008
to SQL 2012
help in any way?
Edit:
Out of curiosity, I created a new report within the SSRS project and deployed the report (from my VS2013) to the remote server (with Sql 2008). It worked. I was under the impression that this wasn't possible. Am I missing something?
Thanks.